Html Css Color HEX #024132 British Racing Green

📋 copy color: '#024132'

red 2 ◦ green 65 ◦ blue 50

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

Shades of British Racing Green #024132

Tints of British Racing Green #024132

RGB

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

 GREEN value IS 65 (25.78% from 255) = 55.56%

 BLUE value IS 50 (19.92% from 255) = 42.74%

R = 1.71%
G = 55.56%
B = 42.74%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.23

 K value IS 0.75

RGB Variations

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

Color information

#024132 (or 0x024132) is known color: British Racing Green. HEX triplet: 02, 41 and 32. RGB value is (2,65,50). Sum of RGB (Red+Green+Blue) = 2+65+50=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 65 (25.78% from 255 or 55.56% from 117); Blue value is 50 (19.92% from 255 or 42.74% from 117); Max value from RGB is 65 - color contains mainly: green. Hex color #024132 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024132 is #FDBECD. Grayscale: #2C2C2C. Windows color (decimal): -16629454 or 3293442. OLE color: 3293442.

HSL color Cylindrical-coordinate representation of color #024132: hue angle of 165.71º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024132 is Cyan = 0.97, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB 2 65 50 -
CMYK 0.97 0 0.23 0.75
HSL 165.71º 0.94% 0.13% -
HSV(B) 165.71º 0.97% 0.25% -
XYZ 2.49 4.02 3.66 -
YUV 44.45 131.13 97.72 -
System Red Green Blue C M Y K H S L
Decimal 2 65 50 0.97 0 0.23 0.75 165.71 0.94 0.13
Hex 2 41 32 61 0 17 4B A6 5E D
Octal 2 101 62 141 0 27 113 246 136 15
Binary 10 1000001 110010 1100001 0 10111 1001011 10100110 1011110 1101

Color Harmonies of #024132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024132

Black with #024132

Text Example


Text Example

White with #024132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024132; }

 p { color: rgb(2,65,50); }

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

background-color css

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

 a { background-color: rgb(2,65,50); }

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

border-color css

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

 span { border-color: rgb(2,65,50); }

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