Html Css Color HEX #02531C British Racing Green

📋 copy color: '#02531C'

red 2 ◦ green 83 ◦ blue 28

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

Shades of British Racing Green #02531C

Tints of British Racing Green #02531C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 24.78%

R = 1.77%
G = 73.45%
B = 24.78%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#02531C (or 0x02531C) is known color: British Racing Green. HEX triplet: 02, 53 and 1C. RGB value is (2,83,28). Sum of RGB (Red+Green+Blue) = 2+83+28=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 83 (32.81% from 255 or 73.45% from 113); Blue value is 28 (11.33% from 255 or 24.78% from 113); Max value from RGB is 83 - color contains mainly: green. Hex color #02531C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02531C is #FDACE3. Grayscale: #343434. Windows color (decimal): -16624868 or 1856258. OLE color: 1856258.

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

Color convert

RGB 2 83 28 -
CMYK 0.98 0 0.66 0.67
HSL 139.26º 0.95% 0.17% -
HSV(B) 139.26º 0.98% 0.33% -
XYZ 3.33 6.28 2.14 -
YUV 52.51 114.16 91.97 -
System Red Green Blue C M Y K H S L
Decimal 2 83 28 0.98 0 0.66 0.67 139.26 0.95 0.17
Hex 2 53 1C 62 0 42 43 8B 5F 11
Octal 2 123 34 142 0 102 103 213 137 21
Binary 10 1010011 11100 1100010 0 1000010 1000011 10001011 1011111 10001

Color Harmonies of #02531C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02531C

Black with #02531C

Text Example


Text Example

White with #02531C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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