Html Css Color HEX #025321 British Racing Green

📋 copy color: '#025321'

red 2 ◦ green 83 ◦ blue 33

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

Shades of British Racing Green #025321

Tints of British Racing Green #025321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 27.97%

R = 1.69%
G = 70.34%
B = 27.97%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#025321 (or 0x025321) is known color: British Racing Green. HEX triplet: 02, 53 and 21. RGB value is (2,83,33). Sum of RGB (Red+Green+Blue) = 2+83+33=118 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.69% from 118); Green value is 83 (32.81% from 255 or 70.34% from 118); Blue value is 33 (13.28% from 255 or 27.97% from 118); Max value from RGB is 83 - color contains mainly: green. Hex color #025321 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025321 is #FDACDE. Grayscale: #353535. Windows color (decimal): -16624863 or 2183938. OLE color: 2183938.

HSL color Cylindrical-coordinate representation of color #025321: hue angle of 142.96º 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 #025321 is Cyan = 0.98, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB 2 83 33 -
CMYK 0.98 0 0.60 0.67
HSL 142.96º 0.95% 0.17% -
HSV(B) 142.96º 0.98% 0.33% -
XYZ 3.39 6.31 2.48 -
YUV 53.08 116.66 91.57 -
System Red Green Blue C M Y K H S L
Decimal 2 83 33 0.98 0 0.60 0.67 142.96 0.95 0.17
Hex 2 53 21 62 0 3C 43 8F 5F 11
Octal 2 123 41 142 0 74 103 217 137 21
Binary 10 1010011 100001 1100010 0 111100 1000011 10001111 1011111 10001

Color Harmonies of #025321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025321

Black with #025321

Text Example


Text Example

White with #025321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025321; }

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

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

background-color css

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

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

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

border-color css

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

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

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