Html Css Color HEX #033918 British Racing Green

📋 copy color: '#033918'

red 3 ◦ green 57 ◦ blue 24

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

Shades of British Racing Green #033918

Tints of British Racing Green #033918

RGB

 RED value IS 3 (1.56% from 255) = 3.57%

 GREEN value IS 57 (22.66% from 255) = 67.86%

 BLUE value IS 24 (9.77% from 255) = 28.57%

R = 3.57%
G = 67.86%
B = 28.57%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.58

 K value IS 0.78

RGB Variations

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

Color information

#033918 (or 0x033918) is known color: British Racing Green. HEX triplet: 03, 39 and 18. RGB value is (3,57,24). Sum of RGB (Red+Green+Blue) = 3+57+24=84 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.57% from 84); Green value is 57 (22.66% from 255 or 67.86% from 84); Blue value is 24 (9.77% from 255 or 28.57% from 84); Max value from RGB is 57 - color contains mainly: green. Hex color #033918 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033918 is #FCC6E7. Grayscale: #252525. Windows color (decimal): -16565992 or 1587459. OLE color: 1587459.

HSL color Cylindrical-coordinate representation of color #033918: hue angle of 143.33º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033918 is Cyan = 0.95, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.78.

Color convert

RGB 3 57 24 -
CMYK 0.95 0 0.58 0.78
HSL 143.33º 0.9% 0.12% -
HSV(B) 143.33º 0.95% 0.22% -
XYZ 1.67 3.01 1.36 -
YUV 37.09 120.61 103.68 -
System Red Green Blue C M Y K H S L
Decimal 3 57 24 0.95 0 0.58 0.78 143.33 0.9 0.12
Hex 3 39 18 5F 0 3A 4E 8F 5A C
Octal 3 71 30 137 0 72 116 217 132 14
Binary 11 111001 11000 1011111 0 111010 1001110 10001111 1011010 1100

Color Harmonies of #033918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033918

Black with #033918

Text Example


Text Example

White with #033918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033918; }

 p { color: rgb(3,57,24); }

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

background-color css

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

 a { background-color: rgb(3,57,24); }

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

border-color css

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

 span { border-color: rgb(3,57,24); }

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