Html Css Color HEX #033A1F British Racing Green

📋 copy color: '#033A1F'

red 3 ◦ green 58 ◦ blue 31

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

Shades of British Racing Green #033A1F

Tints of British Racing Green #033A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 33.7%

R = 3.26%
G = 63.04%
B = 33.7%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.47

 K value IS 0.77

RGB Variations

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

Color information

#033A1F (or 0x033A1F) is known color: British Racing Green. HEX triplet: 03, 3A and 1F. RGB value is (3,58,31). Sum of RGB (Red+Green+Blue) = 3+58+31=92 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.26% from 92); Green value is 58 (23.05% from 255 or 63.04% from 92); Blue value is 31 (12.5% from 255 or 33.70% from 92); Max value from RGB is 58 - color contains mainly: green. Hex color #033A1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033A1F is #FCC5E0. Grayscale: #262626. Windows color (decimal): -16565729 or 2046467. OLE color: 2046467.

HSL color Cylindrical-coordinate representation of color #033A1F: hue angle of 150.55º 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 #033A1F is Cyan = 0.95, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.77.

Color convert

RGB 3 58 31 -
CMYK 0.95 0 0.47 0.77
HSL 150.55º 0.9% 0.12% -
HSV(B) 150.55º 0.95% 0.23% -
XYZ 1.8 3.14 1.81 -
YUV 38.48 123.78 102.7 -
System Red Green Blue C M Y K H S L
Decimal 3 58 31 0.95 0 0.47 0.77 150.55 0.9 0.12
Hex 3 3A 1F 5F 0 2F 4D 97 5A C
Octal 3 72 37 137 0 57 115 227 132 14
Binary 11 111010 11111 1011111 0 101111 1001101 10010111 1011010 1100

Color Harmonies of #033A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033A1F

Black with #033A1F

Text Example


Text Example

White with #033A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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