Html Css Color HEX #004234 British Racing Green

📋 copy color: '#004234'

red 0 ◦ green 66 ◦ blue 52

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

Shades of British Racing Green #004234

Tints of British Racing Green #004234

RGB

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

 GREEN value IS 66 (26.17% from 255) = 55.93%

 BLUE value IS 52 (20.7% from 255) = 44.07%

R = 0%
G = 55.93%
B = 44.07%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.21

 K value IS 0.74

RGB Variations

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

Color information

#004234 (or 0x004234) is known color: British Racing Green. HEX triplet: 00, 42 and 34. RGB value is (0,66,52). Sum of RGB (Red+Green+Blue) = 0+66+52=118 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 118); Green value is 66 (26.17% from 255 or 55.93% from 118); Blue value is 52 (20.70% from 255 or 44.07% from 118); Max value from RGB is 66 - color contains mainly: green. Hex color #004234 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004234 is #FFBDCB. Grayscale: #2C2C2C. Windows color (decimal): -16760268 or 3424768. OLE color: 3424768.

HSL color Cylindrical-coordinate representation of color #004234: hue angle of 167.27º 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 #004234 is Cyan = 1, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.74.

Color convert

RGB 0 66 52 -
CMYK 1 0 0.21 0.74
HSL 167.27º 1% 0.13% -
HSV(B) 167.27º 1% 0.26% -
XYZ 2.57 4.14 3.91 -
YUV 44.67 132.13 96.14 -
System Red Green Blue C M Y K H S L
Decimal 0 66 52 1 0 0.21 0.74 167.27 1 0.13
Hex 0 42 34 64 0 15 4A A7 64 D
Octal 0 102 64 144 0 25 112 247 144 15
Binary 0 1000010 110100 1100100 0 10101 1001010 10100111 1100100 1101

Color Harmonies of #004234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004234

Black with #004234

Text Example


Text Example

White with #004234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004234; }

 p { color: rgb(0,66,52); }

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

background-color css

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

 a { background-color: rgb(0,66,52); }

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

border-color css

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

 span { border-color: rgb(0,66,52); }

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