Html Css Color HEX #02462E British Racing Green

📋 copy color: '#02462E'

red 2 ◦ green 70 ◦ blue 46

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

Shades of British Racing Green #02462E

Tints of British Racing Green #02462E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 59.32%

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

R = 1.69%
G = 59.32%
B = 38.98%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.34

 K value IS 0.73

RGB Variations

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

Color information

#02462E (or 0x02462E) is known color: British Racing Green. HEX triplet: 02, 46 and 2E. RGB value is (2,70,46). Sum of RGB (Red+Green+Blue) = 2+70+46=118 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.69% from 118); Green value is 70 (27.73% from 255 or 59.32% from 118); Blue value is 46 (18.36% from 255 or 38.98% from 118); Max value from RGB is 70 - color contains mainly: green. Hex color #02462E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02462E is #FDB9D1. Grayscale: #2E2E2E. Windows color (decimal): -16628178 or 3032578. OLE color: 3032578.

HSL color Cylindrical-coordinate representation of color #02462E: hue angle of 158.82º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02462E is Cyan = 0.97, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB 2 70 46 -
CMYK 0.97 0 0.34 0.73
HSL 158.82º 0.94% 0.14% -
HSV(B) 158.82º 0.97% 0.27% -
XYZ 2.71 4.59 3.33 -
YUV 46.93 127.47 95.95 -
System Red Green Blue C M Y K H S L
Decimal 2 70 46 0.97 0 0.34 0.73 158.82 0.94 0.14
Hex 2 46 2E 61 0 22 49 9F 5E E
Octal 2 106 56 141 0 42 111 237 136 16
Binary 10 1000110 101110 1100001 0 100010 1001001 10011111 1011110 1110

Color Harmonies of #02462E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02462E

Black with #02462E

Text Example


Text Example

White with #02462E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,70,46); }

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

background-color css

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

 a { background-color: rgb(2,70,46); }

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

border-color css

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

 span { border-color: rgb(2,70,46); }

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