Html Css Color HEX #024533 British Racing Green

📋 copy color: '#024533'

red 2 ◦ green 69 ◦ blue 51

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

Shades of British Racing Green #024533

Tints of British Racing Green #024533

RGB

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

 GREEN value IS 69 (27.34% from 255) = 56.56%

 BLUE value IS 51 (20.31% from 255) = 41.8%

R = 1.64%
G = 56.56%
B = 41.8%

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

#024533 (or 0x024533) is known color: British Racing Green. HEX triplet: 02, 45 and 33. RGB value is (2,69,51). Sum of RGB (Red+Green+Blue) = 2+69+51=122 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.64% from 122); Green value is 69 (27.34% from 255 or 56.56% from 122); Blue value is 51 (20.31% from 255 or 41.80% from 122); Max value from RGB is 69 - color contains mainly: green. Hex color #024533 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024533 is #FDBACC. Grayscale: #2E2E2E. Windows color (decimal): -16628429 or 3360002. OLE color: 3360002.

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

Color convert

RGB 2 69 51 -
CMYK 0.97 0 0.26 0.73
HSL 163.88º 0.94% 0.14% -
HSV(B) 163.88º 0.97% 0.27% -
XYZ 2.75 4.51 3.86 -
YUV 46.92 130.3 95.96 -
System Red Green Blue C M Y K H S L
Decimal 2 69 51 0.97 0 0.26 0.73 163.88 0.94 0.14
Hex 2 45 33 61 0 1A 49 A4 5E E
Octal 2 105 63 141 0 32 111 244 136 16
Binary 10 1000101 110011 1100001 0 11010 1001001 10100100 1011110 1110

Color Harmonies of #024533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024533

Black with #024533

Text Example


Text Example

White with #024533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024533; }

 p { color: rgb(2,69,51); }

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

background-color css

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

 a { background-color: rgb(2,69,51); }

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

border-color css

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

 span { border-color: rgb(2,69,51); }

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