Html Css Color HEX #033A16 British Racing Green

📋 copy color: '#033A16'

red 3 ◦ green 58 ◦ blue 22

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

Shades of British Racing Green #033A16

Tints of British Racing Green #033A16

RGB

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

 GREEN value IS 58 (23.05% from 255) = 69.88%

 BLUE value IS 22 (8.98% from 255) = 26.51%

R = 3.61%
G = 69.88%
B = 26.51%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.62

 K value IS 0.77

RGB Variations

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

Color information

#033A16 (or 0x033A16) is known color: British Racing Green. HEX triplet: 03, 3A and 16. RGB value is (3,58,22). Sum of RGB (Red+Green+Blue) = 3+58+22=83 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.61% from 83); Green value is 58 (23.05% from 255 or 69.88% from 83); Blue value is 22 (8.98% from 255 or 26.51% from 83); Max value from RGB is 58 - color contains mainly: green. Hex color #033A16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033A16 is #FCC5E9. Grayscale: #252525. Windows color (decimal): -16565738 or 1456643. OLE color: 1456643.

HSL color Cylindrical-coordinate representation of color #033A16: hue angle of 140.73º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033A16 is Cyan = 0.95, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.77.

Color convert

RGB 3 58 22 -
CMYK 0.95 0 0.62 0.77
HSL 140.73º 0.9% 0.12% -
HSV(B) 140.73º 0.95% 0.23% -
XYZ 1.7 3.1 1.27 -
YUV 37.45 119.28 103.43 -
System Red Green Blue C M Y K H S L
Decimal 3 58 22 0.95 0 0.62 0.77 140.73 0.9 0.12
Hex 3 3A 16 5F 0 3E 4D 8D 5A C
Octal 3 72 26 137 0 76 115 215 132 14
Binary 11 111010 10110 1011111 0 111110 1001101 10001101 1011010 1100

Color Harmonies of #033A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033A16

Black with #033A16

Text Example


Text Example

White with #033A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033A16; }

 p { color: rgb(3,58,22); }

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

background-color css

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

 a { background-color: rgb(3,58,22); }

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

border-color css

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

 span { border-color: rgb(3,58,22); }

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