Html Css Color HEX #035237 British Racing Green

📋 copy color: '#035237'

red 3 ◦ green 82 ◦ blue 55

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

Shades of British Racing Green #035237

Tints of British Racing Green #035237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 39.29%

R = 2.14%
G = 58.57%
B = 39.29%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.33

 K value IS 0.68

RGB Variations

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

Color information

#035237 (or 0x035237) is known color: British Racing Green. HEX triplet: 03, 52 and 37. RGB value is (3,82,55). Sum of RGB (Red+Green+Blue) = 3+82+55=140 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.14% from 140); Green value is 82 (32.42% from 255 or 58.57% from 140); Blue value is 55 (21.88% from 255 or 39.29% from 140); Max value from RGB is 82 - color contains mainly: green. Hex color #035237 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035237 is #FCADC8. Grayscale: #373737. Windows color (decimal): -16559561 or 3625475. OLE color: 3625475.

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

Color convert

RGB 3 82 55 -
CMYK 0.96 0 0.33 0.68
HSL 159.49º 0.93% 0.17% -
HSV(B) 159.49º 0.96% 0.32% -
XYZ 3.74 6.33 4.64 -
YUV 55.3 127.83 90.7 -
System Red Green Blue C M Y K H S L
Decimal 3 82 55 0.96 0 0.33 0.68 159.49 0.93 0.17
Hex 3 52 37 60 0 21 44 9F 5D 11
Octal 3 122 67 140 0 41 104 237 135 21
Binary 11 1010010 110111 1100000 0 100001 1000100 10011111 1011101 10001

Color Harmonies of #035237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035237

Black with #035237

Text Example


Text Example

White with #035237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035237; }

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

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

background-color css

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

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

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

border-color css

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

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

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