Html Css Color HEX #02562C British Racing Green

📋 copy color: '#02562C'

red 2 ◦ green 86 ◦ blue 44

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

Shades of British Racing Green #02562C

Tints of British Racing Green #02562C

RGB

 RED value IS 2 (1.17% from 255) = 1.52%

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

 BLUE value IS 44 (17.58% from 255) = 33.33%

R = 1.52%
G = 65.15%
B = 33.33%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.49

 K value IS 0.66

RGB Variations

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

Color information

#02562C (or 0x02562C) is known color: British Racing Green. HEX triplet: 02, 56 and 2C. RGB value is (2,86,44). Sum of RGB (Red+Green+Blue) = 2+86+44=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 86 (33.98% from 255 or 65.15% from 132); Blue value is 44 (17.58% from 255 or 33.33% from 132); Max value from RGB is 86 - color contains mainly: green. Hex color #02562C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02562C is #FDA9D3. Grayscale: #383838. Windows color (decimal): -16624084 or 2905602. OLE color: 2905602.

HSL color Cylindrical-coordinate representation of color #02562C: hue angle of 150º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02562C is Cyan = 0.98, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.66.

Color convert

RGB 2 86 44 -
CMYK 0.98 0 0.49 0.66
HSL 150º 0.95% 0.17% -
HSV(B) 150º 0.98% 0.34% -
XYZ 3.81 6.85 3.5 -
YUV 56.1 121.17 89.42 -
System Red Green Blue C M Y K H S L
Decimal 2 86 44 0.98 0 0.49 0.66 150 0.95 0.17
Hex 2 56 2C 62 0 31 42 96 5F 11
Octal 2 126 54 142 0 61 102 226 137 21
Binary 10 1010110 101100 1100010 0 110001 1000010 10010110 1011111 10001

Color Harmonies of #02562C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02562C

Black with #02562C

Text Example


Text Example

White with #02562C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02562C; }

 p { color: rgb(2,86,44); }

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

background-color css

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

 a { background-color: rgb(2,86,44); }

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

border-color css

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

 span { border-color: rgb(2,86,44); }

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