Html Css Color HEX #04442B British Racing Green

📋 copy color: '#04442B'

red 4 ◦ green 68 ◦ blue 43

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

Shades of British Racing Green #04442B

Tints of British Racing Green #04442B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 59.13%

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

R = 3.48%
G = 59.13%
B = 37.39%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.37

 K value IS 0.73

RGB Variations

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

Color information

#04442B (or 0x04442B) is known color: British Racing Green. HEX triplet: 04, 44 and 2B. RGB value is (4,68,43). Sum of RGB (Red+Green+Blue) = 4+68+43=115 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.48% from 115); Green value is 68 (26.95% from 255 or 59.13% from 115); Blue value is 43 (17.19% from 255 or 37.39% from 115); Max value from RGB is 68 - color contains mainly: green. Hex color #04442B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04442B is #FBBBD4. Grayscale: #2E2E2E. Windows color (decimal): -16497621 or 2835460. OLE color: 2835460.

HSL color Cylindrical-coordinate representation of color #04442B: hue angle of 156.56º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04442B is Cyan = 0.94, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.73.

Color convert

RGB 4 68 43 -
CMYK 0.94 0 0.37 0.73
HSL 156.56º 0.89% 0.14% -
HSV(B) 156.56º 0.94% 0.27% -
XYZ 2.55 4.33 2.99 -
YUV 46.01 126.3 98.03 -
System Red Green Blue C M Y K H S L
Decimal 4 68 43 0.94 0 0.37 0.73 156.56 0.89 0.14
Hex 4 44 2B 5E 0 25 49 9D 59 E
Octal 4 104 53 136 0 45 111 235 131 16
Binary 100 1000100 101011 1011110 0 100101 1001001 10011101 1011001 1110

Color Harmonies of #04442B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04442B

Black with #04442B

Text Example


Text Example

White with #04442B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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