Html Css Color HEX #024828 British Racing Green

📋 copy color: '#024828'

red 2 ◦ green 72 ◦ blue 40

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

Shades of British Racing Green #024828

Tints of British Racing Green #024828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 35.09%

R = 1.75%
G = 63.16%
B = 35.09%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#024828 (or 0x024828) is known color: British Racing Green. HEX triplet: 02, 48 and 28. RGB value is (2,72,40). Sum of RGB (Red+Green+Blue) = 2+72+40=114 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.75% from 114); Green value is 72 (28.52% from 255 or 63.16% from 114); Blue value is 40 (16.02% from 255 or 35.09% from 114); Max value from RGB is 72 - color contains mainly: green. Hex color #024828 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024828 is #FDB7D7. Grayscale: #2F2F2F. Windows color (decimal): -16627672 or 2639874. OLE color: 2639874.

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

Color convert

RGB 2 72 40 -
CMYK 0.97 0 0.44 0.72
HSL 152.57º 0.95% 0.15% -
HSV(B) 152.57º 0.97% 0.28% -
XYZ 2.73 4.8 2.79 -
YUV 47.42 123.81 95.6 -
System Red Green Blue C M Y K H S L
Decimal 2 72 40 0.97 0 0.44 0.72 152.57 0.95 0.15
Hex 2 48 28 61 0 2C 48 99 5F F
Octal 2 110 50 141 0 54 110 231 137 17
Binary 10 1001000 101000 1100001 0 101100 1001000 10011001 1011111 1111

Color Harmonies of #024828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024828

Black with #024828

Text Example


Text Example

White with #024828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024828; }

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

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

background-color css

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

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

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

border-color css

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

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

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