Html Css Color HEX #025324 British Racing Green

📋 copy color: '#025324'

red 2 ◦ green 83 ◦ blue 36

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

Shades of British Racing Green #025324

Tints of British Racing Green #025324

RGB

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

 GREEN value IS 83 (32.81% from 255) = 68.6%

 BLUE value IS 36 (14.45% from 255) = 29.75%

R = 1.65%
G = 68.6%
B = 29.75%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#025324 (or 0x025324) is known color: British Racing Green. HEX triplet: 02, 53 and 24. RGB value is (2,83,36). Sum of RGB (Red+Green+Blue) = 2+83+36=121 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.65% from 121); Green value is 83 (32.81% from 255 or 68.60% from 121); Blue value is 36 (14.45% from 255 or 29.75% from 121); Max value from RGB is 83 - color contains mainly: green. Hex color #025324 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025324 is #FDACDB. Grayscale: #353535. Windows color (decimal): -16624860 or 2380546. OLE color: 2380546.

HSL color Cylindrical-coordinate representation of color #025324: hue angle of 145.19º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025324 is Cyan = 0.98, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.67.

Color convert

RGB 2 83 36 -
CMYK 0.98 0 0.57 0.67
HSL 145.19º 0.95% 0.17% -
HSV(B) 145.19º 0.98% 0.33% -
XYZ 3.44 6.33 2.71 -
YUV 53.42 118.16 91.32 -
System Red Green Blue C M Y K H S L
Decimal 2 83 36 0.98 0 0.57 0.67 145.19 0.95 0.17
Hex 2 53 24 62 0 39 43 91 5F 11
Octal 2 123 44 142 0 71 103 221 137 21
Binary 10 1010011 100100 1100010 0 111001 1000011 10010001 1011111 10001

Color Harmonies of #025324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025324

Black with #025324

Text Example


Text Example

White with #025324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025324; }

 p { color: rgb(2,83,36); }

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

background-color css

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

 a { background-color: rgb(2,83,36); }

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

border-color css

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

 span { border-color: rgb(2,83,36); }

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