Html Css Color HEX #024826 British Racing Green

📋 copy color: '#024826'

red 2 ◦ green 72 ◦ blue 38

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

Shades of British Racing Green #024826

Tints of British Racing Green #024826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 33.93%

R = 1.79%
G = 64.29%
B = 33.93%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.47

 K value IS 0.72

RGB Variations

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

Color information

#024826 (or 0x024826) is known color: British Racing Green. HEX triplet: 02, 48 and 26. RGB value is (2,72,38). Sum of RGB (Red+Green+Blue) = 2+72+38=112 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.79% from 112); Green value is 72 (28.52% from 255 or 64.29% from 112); Blue value is 38 (15.23% from 255 or 33.93% from 112); Max value from RGB is 72 - color contains mainly: green. Hex color #024826 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024826 is #FDB7D9. Grayscale: #2F2F2F. Windows color (decimal): -16627674 or 2508802. OLE color: 2508802.

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

Color convert

RGB 2 72 38 -
CMYK 0.97 0 0.47 0.72
HSL 150.86º 0.95% 0.15% -
HSV(B) 150.86º 0.97% 0.28% -
XYZ 2.69 4.79 2.62 -
YUV 47.19 122.81 95.76 -
System Red Green Blue C M Y K H S L
Decimal 2 72 38 0.97 0 0.47 0.72 150.86 0.95 0.15
Hex 2 48 26 61 0 2F 48 97 5F F
Octal 2 110 46 141 0 57 110 227 137 17
Binary 10 1001000 100110 1100001 0 101111 1001000 10010111 1011111 1111

Color Harmonies of #024826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024826

Black with #024826

Text Example


Text Example

White with #024826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024826; }

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

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

background-color css

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

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

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

border-color css

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

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

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