Html Css Color HEX #035318 British Racing Green

📋 copy color: '#035318'

red 3 ◦ green 83 ◦ blue 24

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

Shades of British Racing Green #035318

Tints of British Racing Green #035318

RGB

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

 GREEN value IS 83 (32.81% from 255) = 75.45%

 BLUE value IS 24 (9.77% from 255) = 21.82%

R = 2.73%
G = 75.45%
B = 21.82%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#035318 (or 0x035318) is known color: British Racing Green. HEX triplet: 03, 53 and 18. RGB value is (3,83,24). Sum of RGB (Red+Green+Blue) = 3+83+24=110 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.73% from 110); Green value is 83 (32.81% from 255 or 75.45% from 110); Blue value is 24 (9.77% from 255 or 21.82% from 110); Max value from RGB is 83 - color contains mainly: green. Hex color #035318 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035318 is #FCACE7. Grayscale: #343434. Windows color (decimal): -16559336 or 1594115. OLE color: 1594115.

HSL color Cylindrical-coordinate representation of color #035318: hue angle of 135.75º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #035318 is Cyan = 0.96, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB 3 83 24 -
CMYK 0.96 0 0.71 0.67
HSL 135.75º 0.93% 0.17% -
HSV(B) 135.75º 0.96% 0.33% -
XYZ 3.3 6.27 1.9 -
YUV 52.35 112 92.8 -
System Red Green Blue C M Y K H S L
Decimal 3 83 24 0.96 0 0.71 0.67 135.75 0.93 0.17
Hex 3 53 18 60 0 47 43 88 5D 11
Octal 3 123 30 140 0 107 103 210 135 21
Binary 11 1010011 11000 1100000 0 1000111 1000011 10001000 1011101 10001

Color Harmonies of #035318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035318

Black with #035318

Text Example


Text Example

White with #035318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035318; }

 p { color: rgb(3,83,24); }

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

background-color css

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

 a { background-color: rgb(3,83,24); }

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

border-color css

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

 span { border-color: rgb(3,83,24); }

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