Html Css Color HEX #025434 British Racing Green

📋 copy color: '#025434'

red 2 ◦ green 84 ◦ blue 52

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

Shades of British Racing Green #025434

Tints of British Racing Green #025434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 37.68%

R = 1.45%
G = 60.87%
B = 37.68%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.38

 K value IS 0.67

RGB Variations

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

Color information

#025434 (or 0x025434) is known color: British Racing Green. HEX triplet: 02, 54 and 34. RGB value is (2,84,52). Sum of RGB (Red+Green+Blue) = 2+84+52=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 84 (33.20% from 255 or 60.87% from 138); Blue value is 52 (20.70% from 255 or 37.68% from 138); Max value from RGB is 84 - color contains mainly: green. Hex color #025434 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025434 is #FDABCB. Grayscale: #373737. Windows color (decimal): -16624588 or 3429378. OLE color: 3429378.

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

Color convert

RGB 2 84 52 -
CMYK 0.98 0 0.38 0.67
HSL 156.59º 0.95% 0.17% -
HSV(B) 156.59º 0.98% 0.33% -
XYZ 3.82 6.6 4.32 -
YUV 55.83 125.83 89.6 -
System Red Green Blue C M Y K H S L
Decimal 2 84 52 0.98 0 0.38 0.67 156.59 0.95 0.17
Hex 2 54 34 62 0 26 43 9D 5F 11
Octal 2 124 64 142 0 46 103 235 137 21
Binary 10 1010100 110100 1100010 0 100110 1000011 10011101 1011111 10001

Color Harmonies of #025434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025434

Black with #025434

Text Example


Text Example

White with #025434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025434; }

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

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

background-color css

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

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

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

border-color css

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

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

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