Html Css Color HEX #025425 British Racing Green

📋 copy color: '#025425'

red 2 ◦ green 84 ◦ blue 37

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

Shades of British Racing Green #025425

Tints of British Racing Green #025425

RGB

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

 GREEN value IS 84 (33.2% from 255) = 68.29%

 BLUE value IS 37 (14.84% from 255) = 30.08%

R = 1.63%
G = 68.29%
B = 30.08%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#025425 (or 0x025425) is known color: British Racing Green. HEX triplet: 02, 54 and 25. RGB value is (2,84,37). Sum of RGB (Red+Green+Blue) = 2+84+37=123 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.63% from 123); Green value is 84 (33.20% from 255 or 68.29% from 123); Blue value is 37 (14.84% from 255 or 30.08% from 123); Max value from RGB is 84 - color contains mainly: green. Hex color #025425 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025425 is #FDABDA. Grayscale: #363636. Windows color (decimal): -16624603 or 2446338. OLE color: 2446338.

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

Color convert

RGB 2 84 37 -
CMYK 0.98 0 0.56 0.67
HSL 145.61º 0.95% 0.17% -
HSV(B) 145.61º 0.98% 0.33% -
XYZ 3.53 6.49 2.82 -
YUV 54.12 118.33 90.82 -
System Red Green Blue C M Y K H S L
Decimal 2 84 37 0.98 0 0.56 0.67 145.61 0.95 0.17
Hex 2 54 25 62 0 38 43 92 5F 11
Octal 2 124 45 142 0 70 103 222 137 21
Binary 10 1010100 100101 1100010 0 111000 1000011 10010010 1011111 10001

Color Harmonies of #025425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025425

Black with #025425

Text Example


Text Example

White with #025425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025425; }

 p { color: rgb(2,84,37); }

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

background-color css

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

 a { background-color: rgb(2,84,37); }

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

border-color css

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

 span { border-color: rgb(2,84,37); }

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