Html Css Color HEX #02531D British Racing Green

📋 copy color: '#02531D'

red 2 ◦ green 83 ◦ blue 29

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

Shades of British Racing Green #02531D

Tints of British Racing Green #02531D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 25.44%

R = 1.75%
G = 72.81%
B = 25.44%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#02531D (or 0x02531D) is known color: British Racing Green. HEX triplet: 02, 53 and 1D. RGB value is (2,83,29). Sum of RGB (Red+Green+Blue) = 2+83+29=114 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.75% from 114); Green value is 83 (32.81% from 255 or 72.81% from 114); Blue value is 29 (11.72% from 255 or 25.44% from 114); Max value from RGB is 83 - color contains mainly: green. Hex color #02531D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02531D is #FDACE2. Grayscale: #343434. Windows color (decimal): -16624867 or 1921794. OLE color: 1921794.

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

Color convert

RGB 2 83 29 -
CMYK 0.98 0 0.65 0.67
HSL 140º 0.95% 0.17% -
HSV(B) 140º 0.98% 0.33% -
XYZ 3.34 6.29 2.2 -
YUV 52.63 114.66 91.89 -
System Red Green Blue C M Y K H S L
Decimal 2 83 29 0.98 0 0.65 0.67 140 0.95 0.17
Hex 2 53 1D 62 0 41 43 8C 5F 11
Octal 2 123 35 142 0 101 103 214 137 21
Binary 10 1010011 11101 1100010 0 1000001 1000011 10001100 1011111 10001

Color Harmonies of #02531D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02531D

Black with #02531D

Text Example


Text Example

White with #02531D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02531D; }

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

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

background-color css

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

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

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

border-color css

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

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

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