Html Css Color HEX #024432 British Racing Green

📋 copy color: '#024432'

red 2 ◦ green 68 ◦ blue 50

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

Shades of British Racing Green #024432

Tints of British Racing Green #024432

RGB

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

 GREEN value IS 68 (26.95% from 255) = 56.67%

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

R = 1.67%
G = 56.67%
B = 41.67%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.26

 K value IS 0.73

RGB Variations

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

Color information

#024432 (or 0x024432) is known color: British Racing Green. HEX triplet: 02, 44 and 32. RGB value is (2,68,50). Sum of RGB (Red+Green+Blue) = 2+68+50=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 68 (26.95% from 255 or 56.67% from 120); Blue value is 50 (19.92% from 255 or 41.67% from 120); Max value from RGB is 68 - color contains mainly: green. Hex color #024432 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024432 is #FDBBCD. Grayscale: #2E2E2E. Windows color (decimal): -16628686 or 3294210. OLE color: 3294210.

HSL color Cylindrical-coordinate representation of color #024432: hue angle of 163.64º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024432 is Cyan = 0.97, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.73.

Color convert

RGB 2 68 50 -
CMYK 0.97 0 0.26 0.73
HSL 163.64º 0.94% 0.14% -
HSV(B) 163.64º 0.97% 0.27% -
XYZ 2.67 4.38 3.72 -
YUV 46.21 130.13 96.46 -
System Red Green Blue C M Y K H S L
Decimal 2 68 50 0.97 0 0.26 0.73 163.64 0.94 0.14
Hex 2 44 32 61 0 1A 49 A4 5E E
Octal 2 104 62 141 0 32 111 244 136 16
Binary 10 1000100 110010 1100001 0 11010 1001001 10100100 1011110 1110

Color Harmonies of #024432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024432

Black with #024432

Text Example


Text Example

White with #024432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024432; }

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

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

background-color css

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

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

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

border-color css

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

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

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