Html Css Color HEX #04402B British Racing Green

📋 copy color: '#04402B'

red 4 ◦ green 64 ◦ blue 43

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

Shades of British Racing Green #04402B

Tints of British Racing Green #04402B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 38.74%

R = 3.6%
G = 57.66%
B = 38.74%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.33

 K value IS 0.75

RGB Variations

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

Color information

#04402B (or 0x04402B) is known color: British Racing Green. HEX triplet: 04, 40 and 2B. RGB value is (4,64,43). Sum of RGB (Red+Green+Blue) = 4+64+43=111 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.60% from 111); Green value is 64 (25.39% from 255 or 57.66% from 111); Blue value is 43 (17.19% from 255 or 38.74% from 111); Max value from RGB is 64 - color contains mainly: green. Hex color #04402B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04402B is #FBBFD4. Grayscale: #2B2B2B. Windows color (decimal): -16498645 or 2834436. OLE color: 2834436.

HSL color Cylindrical-coordinate representation of color #04402B: hue angle of 159º 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 #04402B is Cyan = 0.94, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.75.

Color convert

RGB 4 64 43 -
CMYK 0.94 0 0.33 0.75
HSL 159º 0.88% 0.13% -
HSV(B) 159º 0.94% 0.25% -
XYZ 2.32 3.87 2.91 -
YUV 43.67 127.62 99.71 -
System Red Green Blue C M Y K H S L
Decimal 4 64 43 0.94 0 0.33 0.75 159 0.88 0.13
Hex 4 40 2B 5E 0 21 4B 9F 58 D
Octal 4 100 53 136 0 41 113 237 130 15
Binary 100 1000000 101011 1011110 0 100001 1001011 10011111 1011000 1101

Color Harmonies of #04402B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04402B

Black with #04402B

Text Example


Text Example

White with #04402B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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