Html Css Color HEX #04402C British Racing Green

📋 copy color: '#04402C'

red 4 ◦ green 64 ◦ blue 44

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

Shades of British Racing Green #04402C

Tints of British Racing Green #04402C

RGB

 RED value IS 4 (1.95% from 255) = 3.57%

 GREEN value IS 64 (25.39% from 255) = 57.14%

 BLUE value IS 44 (17.58% from 255) = 39.29%

R = 3.57%
G = 57.14%
B = 39.29%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.31

 K value IS 0.75

RGB Variations

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

Color information

#04402C (or 0x04402C) is known color: British Racing Green. HEX triplet: 04, 40 and 2C. RGB value is (4,64,44). Sum of RGB (Red+Green+Blue) = 4+64+44=112 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.57% from 112); Green value is 64 (25.39% from 255 or 57.14% from 112); Blue value is 44 (17.58% from 255 or 39.29% from 112); Max value from RGB is 64 - color contains mainly: green. Hex color #04402C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04402C is #FBBFD3. Grayscale: #2B2B2B. Windows color (decimal): -16498644 or 2899972. OLE color: 2899972.

HSL color Cylindrical-coordinate representation of color #04402C: hue angle of 160º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04402C is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB 4 64 44 -
CMYK 0.94 0 0.31 0.75
HSL 160º 0.88% 0.13% -
HSV(B) 160º 0.94% 0.25% -
XYZ 2.34 3.87 3.01 -
YUV 43.78 128.12 99.63 -
System Red Green Blue C M Y K H S L
Decimal 4 64 44 0.94 0 0.31 0.75 160 0.88 0.13
Hex 4 40 2C 5E 0 1F 4B A0 58 D
Octal 4 100 54 136 0 37 113 240 130 15
Binary 100 1000000 101100 1011110 0 11111 1001011 10100000 1011000 1101

Color Harmonies of #04402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04402C

Black with #04402C

Text Example


Text Example

White with #04402C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04402C; }

 p { color: rgb(4,64,44); }

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

background-color css

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

 a { background-color: rgb(4,64,44); }

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

border-color css

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

 span { border-color: rgb(4,64,44); }

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