Html Css Color HEX #024E35 British Racing Green

📋 copy color: '#024E35'

red 2 ◦ green 78 ◦ blue 53

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

Shades of British Racing Green #024E35

Tints of British Racing Green #024E35

RGB

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

 GREEN value IS 78 (30.86% from 255) = 58.65%

 BLUE value IS 53 (21.09% from 255) = 39.85%

R = 1.5%
G = 58.65%
B = 39.85%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.32

 K value IS 0.69

RGB Variations

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

Color information

#024E35 (or 0x024E35) is known color: British Racing Green. HEX triplet: 02, 4E and 35. RGB value is (2,78,53). Sum of RGB (Red+Green+Blue) = 2+78+53=133 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.50% from 133); Green value is 78 (30.86% from 255 or 58.65% from 133); Blue value is 53 (21.09% from 255 or 39.85% from 133); Max value from RGB is 78 - color contains mainly: green. Hex color #024E35 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024E35 is #FDB1CA. Grayscale: #343434. Windows color (decimal): -16626123 or 3493378. OLE color: 3493378.

HSL color Cylindrical-coordinate representation of color #024E35: hue angle of 160.26º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024E35 is Cyan = 0.97, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.69.

Color convert

RGB 2 78 53 -
CMYK 0.97 0 0.32 0.69
HSL 160.26º 0.95% 0.16% -
HSV(B) 160.26º 0.97% 0.31% -
XYZ 3.39 5.72 4.29 -
YUV 52.43 128.32 92.03 -
System Red Green Blue C M Y K H S L
Decimal 2 78 53 0.97 0 0.32 0.69 160.26 0.95 0.16
Hex 2 4E 35 61 0 20 45 A0 5F 10
Octal 2 116 65 141 0 40 105 240 137 20
Binary 10 1001110 110101 1100001 0 100000 1000101 10100000 1011111 10000

Color Harmonies of #024E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024E35

Black with #024E35

Text Example


Text Example

White with #024E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024E35; }

 p { color: rgb(2,78,53); }

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

background-color css

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

 a { background-color: rgb(2,78,53); }

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

border-color css

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

 span { border-color: rgb(2,78,53); }

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