Html Css Color HEX #033F1B British Racing Green

📋 copy color: '#033F1B'

red 3 ◦ green 63 ◦ blue 27

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

Shades of British Racing Green #033F1B

Tints of British Racing Green #033F1B

RGB

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

 GREEN value IS 63 (25% from 255) = 67.74%

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

R = 3.23%
G = 67.74%
B = 29.03%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.57

 K value IS 0.75

RGB Variations

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

Color information

#033F1B (or 0x033F1B) is known color: British Racing Green. HEX triplet: 03, 3F and 1B. RGB value is (3,63,27). Sum of RGB (Red+Green+Blue) = 3+63+27=93 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.23% from 93); Green value is 63 (25% from 255 or 67.74% from 93); Blue value is 27 (10.94% from 255 or 29.03% from 93); Max value from RGB is 63 - color contains mainly: green. Hex color #033F1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033F1B is #FCC0E4. Grayscale: #292929. Windows color (decimal): -16564453 or 1785603. OLE color: 1785603.

HSL color Cylindrical-coordinate representation of color #033F1B: hue angle of 144º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033F1B is Cyan = 0.95, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.75.

Color convert

RGB 3 63 27 -
CMYK 0.95 0 0.57 0.75
HSL 144º 0.91% 0.13% -
HSV(B) 144º 0.95% 0.25% -
XYZ 2.01 3.65 1.64 -
YUV 40.96 120.12 100.93 -
System Red Green Blue C M Y K H S L
Decimal 3 63 27 0.95 0 0.57 0.75 144 0.91 0.13
Hex 3 3F 1B 5F 0 39 4B 90 5B D
Octal 3 77 33 137 0 71 113 220 133 15
Binary 11 111111 11011 1011111 0 111001 1001011 10010000 1011011 1101

Color Harmonies of #033F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033F1B

Black with #033F1B

Text Example


Text Example

White with #033F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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