Html Css Color HEX #035323 British Racing Green

📋 copy color: '#035323'

red 3 ◦ green 83 ◦ blue 35

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

Shades of British Racing Green #035323

Tints of British Racing Green #035323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 28.93%

R = 2.48%
G = 68.6%
B = 28.93%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#035323 (or 0x035323) is known color: British Racing Green. HEX triplet: 03, 53 and 23. RGB value is (3,83,35). Sum of RGB (Red+Green+Blue) = 3+83+35=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 83 (32.81% from 255 or 68.60% from 121); Blue value is 35 (14.06% from 255 or 28.93% from 121); Max value from RGB is 83 - color contains mainly: green. Hex color #035323 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035323 is #FCACDC. Grayscale: #353535. Windows color (decimal): -16559325 or 2315011. OLE color: 2315011.

HSL color Cylindrical-coordinate representation of color #035323: hue angle of 144º 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 #035323 is Cyan = 0.96, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB 3 83 35 -
CMYK 0.96 0 0.58 0.67
HSL 144º 0.93% 0.17% -
HSV(B) 144º 0.96% 0.33% -
XYZ 3.43 6.33 2.63 -
YUV 53.61 117.5 91.9 -
System Red Green Blue C M Y K H S L
Decimal 3 83 35 0.96 0 0.58 0.67 144 0.93 0.17
Hex 3 53 23 60 0 3A 43 90 5D 11
Octal 3 123 43 140 0 72 103 220 135 21
Binary 11 1010011 100011 1100000 0 111010 1000011 10010000 1011101 10001

Color Harmonies of #035323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035323

Black with #035323

Text Example


Text Example

White with #035323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035323; }

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

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

background-color css

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

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

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

border-color css

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

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

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