Html Css Color HEX #024630 British Racing Green

📋 copy color: '#024630'

red 2 ◦ green 70 ◦ blue 48

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

Shades of British Racing Green #024630

Tints of British Racing Green #024630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 40%

R = 1.67%
G = 58.33%
B = 40%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.31

 K value IS 0.73

RGB Variations

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

Color information

#024630 (or 0x024630) is known color: British Racing Green. HEX triplet: 02, 46 and 30. RGB value is (2,70,48). Sum of RGB (Red+Green+Blue) = 2+70+48=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 70 (27.73% from 255 or 58.33% from 120); Blue value is 48 (19.14% from 255 or 40% from 120); Max value from RGB is 70 - color contains mainly: green. Hex color #024630 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024630 is #FDB9CF. Grayscale: #2F2F2F. Windows color (decimal): -16628176 or 3163650. OLE color: 3163650.

HSL color Cylindrical-coordinate representation of color #024630: hue angle of 160.59º 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 #024630 is Cyan = 0.97, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.73.

Color convert

RGB 2 70 48 -
CMYK 0.97 0 0.31 0.73
HSL 160.59º 0.94% 0.14% -
HSV(B) 160.59º 0.97% 0.27% -
XYZ 2.75 4.61 3.54 -
YUV 47.16 128.47 95.79 -
System Red Green Blue C M Y K H S L
Decimal 2 70 48 0.97 0 0.31 0.73 160.59 0.94 0.14
Hex 2 46 30 61 0 1F 49 A1 5E E
Octal 2 106 60 141 0 37 111 241 136 16
Binary 10 1000110 110000 1100001 0 11111 1001001 10100001 1011110 1110

Color Harmonies of #024630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024630

Black with #024630

Text Example


Text Example

White with #024630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024630; }

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

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

background-color css

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

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

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

border-color css

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

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

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