Html Css Color HEX #014323 British Racing Green

📋 copy color: '#014323'

red 1 ◦ green 67 ◦ blue 35

#014323
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #014323

Tints of British Racing Green #014323

RGB

 RED value IS 1 (0.78% from 255) = 0.97%

 GREEN value IS 67 (26.56% from 255) = 65.05%

 BLUE value IS 35 (14.06% from 255) = 33.98%

R = 0.97%
G = 65.05%
B = 33.98%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.48

 K value IS 0.74

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#014323 (or 0x014323) is known color: British Racing Green. HEX triplet: 01, 43 and 23. RGB value is (1,67,35). Sum of RGB (Red+Green+Blue) = 1+67+35=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 67 (26.56% from 255 or 65.05% from 103); Blue value is 35 (14.06% from 255 or 33.98% from 103); Max value from RGB is 67 - color contains mainly: green. Hex color #014323 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014323 is #FEBCDC. Grayscale: #2B2B2B. Windows color (decimal): -16694493 or 2310913. OLE color: 2310913.

HSL color Cylindrical-coordinate representation of color #014323: hue angle of 150.91º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014323 is Cyan = 0.99, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.74.

Color convert

RGB 1 67 35 -
CMYK 0.99 0 0.48 0.74
HSL 150.91º 0.97% 0.13% -
HSV(B) 150.91º 0.99% 0.26% -
XYZ 2.32 4.14 2.27 -
YUV 43.62 123.13 97.6 -
System Red Green Blue C M Y K H S L
Decimal 1 67 35 0.99 0 0.48 0.74 150.91 0.97 0.13
Hex 1 43 23 63 0 30 4A 97 61 D
Octal 1 103 43 143 0 60 112 227 141 15
Binary 1 1000011 100011 1100011 0 110000 1001010 10010111 1100001 1101

Color Harmonies of #014323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014323

Black with #014323

Text Example


Text Example

White with #014323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014323; }

 p { color: rgb(1,67,35); }

 H1.HeaderClassName
 {
   color: #014323;
 }
 .AnyTagClassName
 {
   color: #014323;
 }
</style>

background-color css

<style>
 a { background-color: #014323; }

 a { background-color: rgb(1,67,35); }

 div.DivClassName
 {
   background-color: #014323;
 }
 .BgClassName
 {
   background-color: #014323;
 }
</style>

border-color css

<style>
 span { border-color: #014323; }

 span { border-color: rgb(1,67,35); }

 td.TdClassName
 {
   border-color: #014323;
 }
 .TagClassName
 {
   border-color: #014323;
 }
</style>