Html Css Color HEX #035333 British Racing Green

📋 copy color: '#035333'

red 3 ◦ green 83 ◦ blue 51

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

Shades of British Racing Green #035333

Tints of British Racing Green #035333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 37.23%

R = 2.19%
G = 60.58%
B = 37.23%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.39

 K value IS 0.67

RGB Variations

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

Color information

#035333 (or 0x035333) is known color: British Racing Green. HEX triplet: 03, 53 and 33. RGB value is (3,83,51). Sum of RGB (Red+Green+Blue) = 3+83+51=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 83 (32.81% from 255 or 60.58% from 137); Blue value is 51 (20.31% from 255 or 37.23% from 137); Max value from RGB is 83 - color contains mainly: green. Hex color #035333 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035333 is #FCACCC. Grayscale: #373737. Windows color (decimal): -16559309 or 3363587. OLE color: 3363587.

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

Color convert

RGB 3 83 51 -
CMYK 0.96 0 0.39 0.67
HSL 156º 0.93% 0.17% -
HSV(B) 156º 0.96% 0.33% -
XYZ 3.73 6.44 4.18 -
YUV 55.43 125.5 90.6 -
System Red Green Blue C M Y K H S L
Decimal 3 83 51 0.96 0 0.39 0.67 156 0.93 0.17
Hex 3 53 33 60 0 27 43 9C 5D 11
Octal 3 123 63 140 0 47 103 234 135 21
Binary 11 1010011 110011 1100000 0 100111 1000011 10011100 1011101 10001

Color Harmonies of #035333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035333

Black with #035333

Text Example


Text Example

White with #035333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035333; }

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

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

background-color css

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

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

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

border-color css

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

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

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