Html Css Color HEX #02530D Myrtle

📋 copy color: '#02530D'

red 2 ◦ green 83 ◦ blue 13

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

Shades of Myrtle #02530D

Tints of Myrtle #02530D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 13.27%

R = 2.04%
G = 84.69%
B = 13.27%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#02530D (or 0x02530D) is known color: Myrtle. HEX triplet: 02, 53 and 0D. RGB value is (2,83,13). Sum of RGB (Red+Green+Blue) = 2+83+13=98 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.04% from 98); Green value is 83 (32.81% from 255 or 84.69% from 98); Blue value is 13 (5.47% from 255 or 13.27% from 98); Max value from RGB is 83 - color contains mainly: green. Hex color #02530D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02530D is #FDACF2. Grayscale: #333333. Windows color (decimal): -16624883 or 873218. OLE color: 873218.

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

Color convert

RGB 2 83 13 -
CMYK 0.98 0 0.84 0.67
HSL 128.15º 0.95% 0.17% -
HSV(B) 128.15º 0.98% 0.33% -
XYZ 3.19 6.23 1.41 -
YUV 50.8 106.66 93.19 -
System Red Green Blue C M Y K H S L
Decimal 2 83 13 0.98 0 0.84 0.67 128.15 0.95 0.17
Hex 2 53 D 62 0 54 43 80 5F 11
Octal 2 123 15 142 0 124 103 200 137 21
Binary 10 1010011 1101 1100010 0 1010100 1000011 10000000 1011111 10001

Color Harmonies of #02530D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02530D

Black with #02530D

Text Example


Text Example

White with #02530D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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