Html Css Color HEX #004332 British Racing Green

📋 copy color: '#004332'

red 0 ◦ green 67 ◦ blue 50

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

Shades of British Racing Green #004332

Tints of British Racing Green #004332

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 50 (19.92% from 255) = 42.74%

R = 0%
G = 57.26%
B = 42.74%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.25

 K value IS 0.74

RGB Variations

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

Color information

#004332 (or 0x004332) is known color: British Racing Green. HEX triplet: 00, 43 and 32. RGB value is (0,67,50). Sum of RGB (Red+Green+Blue) = 0+67+50=117 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 117); Green value is 67 (26.56% from 255 or 57.26% from 117); Blue value is 50 (19.92% from 255 or 42.74% from 117); Max value from RGB is 67 - color contains mainly: green. Hex color #004332 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004332 is #FFBCCD. Grayscale: #2D2D2D. Windows color (decimal): -16760014 or 3293952. OLE color: 3293952.

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

Color convert

RGB 0 67 50 -
CMYK 1 0 0.25 0.74
HSL 164.78º 1% 0.13% -
HSV(B) 164.78º 1% 0.26% -
XYZ 2.58 4.24 3.7 -
YUV 45.03 130.8 95.88 -
System Red Green Blue C M Y K H S L
Decimal 0 67 50 1 0 0.25 0.74 164.78 1 0.13
Hex 0 43 32 64 0 19 4A A5 64 D
Octal 0 103 62 144 0 31 112 245 144 15
Binary 0 1000011 110010 1100100 0 11001 1001010 10100101 1100100 1101

Color Harmonies of #004332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004332

Black with #004332

Text Example


Text Example

White with #004332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004332; }

 p { color: rgb(0,67,50); }

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

background-color css

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

 a { background-color: rgb(0,67,50); }

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

border-color css

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

 span { border-color: rgb(0,67,50); }

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