Html Css Color HEX #035233 British Racing Green

📋 copy color: '#035233'

red 3 ◦ green 82 ◦ blue 51

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

Shades of British Racing Green #035233

Tints of British Racing Green #035233

RGB

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

 GREEN value IS 82 (32.42% from 255) = 60.29%

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

R = 2.21%
G = 60.29%
B = 37.5%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.38

 K value IS 0.68

RGB Variations

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

Color information

#035233 (or 0x035233) is known color: British Racing Green. HEX triplet: 03, 52 and 33. RGB value is (3,82,51). Sum of RGB (Red+Green+Blue) = 3+82+51=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 82 (32.42% from 255 or 60.29% from 136); Blue value is 51 (20.31% from 255 or 37.5% from 136); Max value from RGB is 82 - color contains mainly: green. Hex color #035233 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035233 is #FCADCC. Grayscale: #363636. Windows color (decimal): -16559565 or 3363331. OLE color: 3363331.

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

Color convert

RGB 3 82 51 -
CMYK 0.96 0 0.38 0.68
HSL 156.46º 0.93% 0.17% -
HSV(B) 156.46º 0.96% 0.32% -
XYZ 3.65 6.29 4.15 -
YUV 54.85 125.83 91.02 -
System Red Green Blue C M Y K H S L
Decimal 3 82 51 0.96 0 0.38 0.68 156.46 0.93 0.17
Hex 3 52 33 60 0 26 44 9C 5D 11
Octal 3 122 63 140 0 46 104 234 135 21
Binary 11 1010010 110011 1100000 0 100110 1000100 10011100 1011101 10001

Color Harmonies of #035233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035233

Black with #035233

Text Example


Text Example

White with #035233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035233; }

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

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

background-color css

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

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

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

border-color css

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

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

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