Html Css Color HEX #025423 British Racing Green

📋 copy color: '#025423'

red 2 ◦ green 84 ◦ blue 35

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

Shades of British Racing Green #025423

Tints of British Racing Green #025423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 28.93%

R = 1.65%
G = 69.42%
B = 28.93%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#025423 (or 0x025423) is known color: British Racing Green. HEX triplet: 02, 54 and 23. RGB value is (2,84,35). Sum of RGB (Red+Green+Blue) = 2+84+35=121 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.65% from 121); Green value is 84 (33.20% from 255 or 69.42% from 121); Blue value is 35 (14.06% from 255 or 28.93% from 121); Max value from RGB is 84 - color contains mainly: green. Hex color #025423 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025423 is #FDABDC. Grayscale: #363636. Windows color (decimal): -16624605 or 2315266. OLE color: 2315266.

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

Color convert

RGB 2 84 35 -
CMYK 0.98 0 0.58 0.67
HSL 144.15º 0.95% 0.17% -
HSV(B) 144.15º 0.98% 0.33% -
XYZ 3.5 6.47 2.66 -
YUV 53.9 117.33 90.98 -
System Red Green Blue C M Y K H S L
Decimal 2 84 35 0.98 0 0.58 0.67 144.15 0.95 0.17
Hex 2 54 23 62 0 3A 43 90 5F 11
Octal 2 124 43 142 0 72 103 220 137 21
Binary 10 1010100 100011 1100010 0 111010 1000011 10010000 1011111 10001

Color Harmonies of #025423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025423

Black with #025423

Text Example


Text Example

White with #025423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025423; }

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

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

background-color css

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

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

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

border-color css

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

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

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