Html Css Color HEX #024830 British Racing Green

📋 copy color: '#024830'

red 2 ◦ green 72 ◦ blue 48

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

Shades of British Racing Green #024830

Tints of British Racing Green #024830

RGB

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

 GREEN value IS 72 (28.52% from 255) = 59.02%

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

R = 1.64%
G = 59.02%
B = 39.34%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#024830 (or 0x024830) is known color: British Racing Green. HEX triplet: 02, 48 and 30. RGB value is (2,72,48). Sum of RGB (Red+Green+Blue) = 2+72+48=122 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.64% from 122); Green value is 72 (28.52% from 255 or 59.02% from 122); Blue value is 48 (19.14% from 255 or 39.34% from 122); Max value from RGB is 72 - color contains mainly: green. Hex color #024830 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024830 is #FDB7CF. Grayscale: #303030. Windows color (decimal): -16627664 or 3164162. OLE color: 3164162.

HSL color Cylindrical-coordinate representation of color #024830: hue angle of 159.43º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024830 is Cyan = 0.97, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.72.

Color convert

RGB 2 72 48 -
CMYK 0.97 0 0.33 0.72
HSL 159.43º 0.95% 0.15% -
HSV(B) 159.43º 0.97% 0.28% -
XYZ 2.88 4.86 3.58 -
YUV 48.33 127.81 94.95 -
System Red Green Blue C M Y K H S L
Decimal 2 72 48 0.97 0 0.33 0.72 159.43 0.95 0.15
Hex 2 48 30 61 0 21 48 9F 5F F
Octal 2 110 60 141 0 41 110 237 137 17
Binary 10 1001000 110000 1100001 0 100001 1001000 10011111 1011111 1111

Color Harmonies of #024830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024830

Black with #024830

Text Example


Text Example

White with #024830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024830; }

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

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

background-color css

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

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

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

border-color css

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

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

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