Html Css Color HEX #025123 British Racing Green

📋 copy color: '#025123'

red 2 ◦ green 81 ◦ blue 35

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

Shades of British Racing Green #025123

Tints of British Racing Green #025123

RGB

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

 GREEN value IS 81 (32.03% from 255) = 68.64%

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

R = 1.69%
G = 68.64%
B = 29.66%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.57

 K value IS 0.68

RGB Variations

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

Color information

#025123 (or 0x025123) is known color: British Racing Green. HEX triplet: 02, 51 and 23. RGB value is (2,81,35). Sum of RGB (Red+Green+Blue) = 2+81+35=118 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.69% from 118); Green value is 81 (32.03% from 255 or 68.64% from 118); Blue value is 35 (14.06% from 255 or 29.66% from 118); Max value from RGB is 81 - color contains mainly: green. Hex color #025123 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025123 is #FDAEDC. Grayscale: #343434. Windows color (decimal): -16625373 or 2314498. OLE color: 2314498.

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

Color convert

RGB 2 81 35 -
CMYK 0.98 0 0.57 0.68
HSL 145.06º 0.95% 0.16% -
HSV(B) 145.06º 0.98% 0.32% -
XYZ 3.27 6.02 2.58 -
YUV 52.14 118.33 92.24 -
System Red Green Blue C M Y K H S L
Decimal 2 81 35 0.98 0 0.57 0.68 145.06 0.95 0.16
Hex 2 51 23 62 0 39 44 91 5F 10
Octal 2 121 43 142 0 71 104 221 137 20
Binary 10 1010001 100011 1100010 0 111001 1000100 10010001 1011111 10000

Color Harmonies of #025123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025123

Black with #025123

Text Example


Text Example

White with #025123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025123; }

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

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

background-color css

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

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

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

border-color css

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

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

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