Html Css Color HEX #033B1B British Racing Green

📋 copy color: '#033B1B'

red 3 ◦ green 59 ◦ blue 27

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

Shades of British Racing Green #033B1B

Tints of British Racing Green #033B1B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 66.29%

 BLUE value IS 27 (10.94% from 255) = 30.34%

R = 3.37%
G = 66.29%
B = 30.34%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.54

 K value IS 0.77

RGB Variations

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

Color information

#033B1B (or 0x033B1B) is known color: British Racing Green. HEX triplet: 03, 3B and 1B. RGB value is (3,59,27). Sum of RGB (Red+Green+Blue) = 3+59+27=89 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.37% from 89); Green value is 59 (23.44% from 255 or 66.29% from 89); Blue value is 27 (10.94% from 255 or 30.34% from 89); Max value from RGB is 59 - color contains mainly: green. Hex color #033B1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033B1B is #FCC4E4. Grayscale: #262626. Windows color (decimal): -16565477 or 1784579. OLE color: 1784579.

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

Color convert

RGB 3 59 27 -
CMYK 0.95 0 0.54 0.77
HSL 145.71º 0.9% 0.12% -
HSV(B) 145.71º 0.95% 0.23% -
XYZ 1.8 3.23 1.56 -
YUV 38.61 121.45 102.6 -
System Red Green Blue C M Y K H S L
Decimal 3 59 27 0.95 0 0.54 0.77 145.71 0.9 0.12
Hex 3 3B 1B 5F 0 36 4D 92 5A C
Octal 3 73 33 137 0 66 115 222 132 14
Binary 11 111011 11011 1011111 0 110110 1001101 10010010 1011010 1100

Color Harmonies of #033B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033B1B

Black with #033B1B

Text Example


Text Example

White with #033B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,59,27); }

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

background-color css

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

 a { background-color: rgb(3,59,27); }

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

border-color css

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

 span { border-color: rgb(3,59,27); }

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