Html Css Color HEX #024827 British Racing Green

📋 copy color: '#024827'

red 2 ◦ green 72 ◦ blue 39

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

Shades of British Racing Green #024827

Tints of British Racing Green #024827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 34.51%

R = 1.77%
G = 63.72%
B = 34.51%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#024827 (or 0x024827) is known color: British Racing Green. HEX triplet: 02, 48 and 27. RGB value is (2,72,39). Sum of RGB (Red+Green+Blue) = 2+72+39=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 72 (28.52% from 255 or 63.72% from 113); Blue value is 39 (15.62% from 255 or 34.51% from 113); Max value from RGB is 72 - color contains mainly: green. Hex color #024827 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024827 is #FDB7D8. Grayscale: #2F2F2F. Windows color (decimal): -16627673 or 2574338. OLE color: 2574338.

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

Color convert

RGB 2 72 39 -
CMYK 0.97 0 0.46 0.72
HSL 151.71º 0.95% 0.15% -
HSV(B) 151.71º 0.97% 0.28% -
XYZ 2.71 4.79 2.7 -
YUV 47.31 123.31 95.68 -
System Red Green Blue C M Y K H S L
Decimal 2 72 39 0.97 0 0.46 0.72 151.71 0.95 0.15
Hex 2 48 27 61 0 2E 48 98 5F F
Octal 2 110 47 141 0 56 110 230 137 17
Binary 10 1001000 100111 1100001 0 101110 1001000 10011000 1011111 1111

Color Harmonies of #024827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024827

Black with #024827

Text Example


Text Example

White with #024827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024827; }

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

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

background-color css

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

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

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

border-color css

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

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

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