Html Css Color HEX #03562E British Racing Green

📋 copy color: '#03562E'

red 3 ◦ green 86 ◦ blue 46

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

Shades of British Racing Green #03562E

Tints of British Racing Green #03562E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 63.7%

 BLUE value IS 46 (18.36% from 255) = 34.07%

R = 2.22%
G = 63.7%
B = 34.07%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.47

 K value IS 0.66

RGB Variations

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

Color information

#03562E (or 0x03562E) is known color: British Racing Green. HEX triplet: 03, 56 and 2E. RGB value is (3,86,46). Sum of RGB (Red+Green+Blue) = 3+86+46=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 86 (33.98% from 255 or 63.70% from 135); Blue value is 46 (18.36% from 255 or 34.07% from 135); Max value from RGB is 86 - color contains mainly: green. Hex color #03562E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03562E is #FCA9D1. Grayscale: #383838. Windows color (decimal): -16558546 or 3036675. OLE color: 3036675.

HSL color Cylindrical-coordinate representation of color #03562E: hue angle of 151.08º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03562E is Cyan = 0.97, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.66.

Color convert

RGB 3 86 46 -
CMYK 0.97 0 0.47 0.66
HSL 151.08º 0.93% 0.17% -
HSV(B) 151.08º 0.97% 0.34% -
XYZ 3.86 6.87 3.71 -
YUV 56.62 122 89.75 -
System Red Green Blue C M Y K H S L
Decimal 3 86 46 0.97 0 0.47 0.66 151.08 0.93 0.17
Hex 3 56 2E 61 0 2F 42 97 5D 11
Octal 3 126 56 141 0 57 102 227 135 21
Binary 11 1010110 101110 1100001 0 101111 1000010 10010111 1011101 10001

Color Harmonies of #03562E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03562E

Black with #03562E

Text Example


Text Example

White with #03562E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03562E; }

 p { color: rgb(3,86,46); }

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

background-color css

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

 a { background-color: rgb(3,86,46); }

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

border-color css

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

 span { border-color: rgb(3,86,46); }

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