Html Css Color HEX #033815 British Racing Green

📋 copy color: '#033815'

red 3 ◦ green 56 ◦ blue 21

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

Shades of British Racing Green #033815

Tints of British Racing Green #033815

RGB

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

 GREEN value IS 56 (22.27% from 255) = 70%

 BLUE value IS 21 (8.59% from 255) = 26.25%

R = 3.75%
G = 70%
B = 26.25%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.63

 K value IS 0.78

RGB Variations

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

Color information

#033815 (or 0x033815) is known color: British Racing Green. HEX triplet: 03, 38 and 15. RGB value is (3,56,21). Sum of RGB (Red+Green+Blue) = 3+56+21=80 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.75% from 80); Green value is 56 (22.27% from 255 or 70% from 80); Blue value is 21 (8.59% from 255 or 26.25% from 80); Max value from RGB is 56 - color contains mainly: green. Hex color #033815 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033815 is #FCC7EA. Grayscale: #242424. Windows color (decimal): -16566251 or 1390595. OLE color: 1390595.

HSL color Cylindrical-coordinate representation of color #033815: hue angle of 140.38º 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 #033815 is Cyan = 0.95, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.78.

Color convert

RGB 3 56 21 -
CMYK 0.95 0 0.63 0.78
HSL 140.38º 0.9% 0.12% -
HSV(B) 140.38º 0.95% 0.22% -
XYZ 1.59 2.9 1.19 -
YUV 36.16 119.44 104.35 -
System Red Green Blue C M Y K H S L
Decimal 3 56 21 0.95 0 0.63 0.78 140.38 0.9 0.12
Hex 3 38 15 5F 0 3F 4E 8C 5A C
Octal 3 70 25 137 0 77 116 214 132 14
Binary 11 111000 10101 1011111 0 111111 1001110 10001100 1011010 1100

Color Harmonies of #033815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033815

Black with #033815

Text Example


Text Example

White with #033815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033815; }

 p { color: rgb(3,56,21); }

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

background-color css

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

 a { background-color: rgb(3,56,21); }

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

border-color css

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

 span { border-color: rgb(3,56,21); }

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