Html Css Color HEX #02530C Myrtle

📋 copy color: '#02530C'

red 2 ◦ green 83 ◦ blue 12

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

Shades of Myrtle #02530C

Tints of Myrtle #02530C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 12.37%

R = 2.06%
G = 85.57%
B = 12.37%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#02530C (or 0x02530C) is known color: Myrtle. HEX triplet: 02, 53 and 0C. RGB value is (2,83,12). Sum of RGB (Red+Green+Blue) = 2+83+12=97 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.06% from 97); Green value is 83 (32.81% from 255 or 85.57% from 97); Blue value is 12 (5.08% from 255 or 12.37% from 97); Max value from RGB is 83 - color contains mainly: green. Hex color #02530C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02530C is #FDACF3. Grayscale: #323232. Windows color (decimal): -16624884 or 807682. OLE color: 807682.

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

Color convert

RGB 2 83 12 -
CMYK 0.98 0 0.86 0.67
HSL 127.41º 0.95% 0.17% -
HSV(B) 127.41º 0.98% 0.33% -
XYZ 3.18 6.23 1.38 -
YUV 50.69 106.16 93.27 -
System Red Green Blue C M Y K H S L
Decimal 2 83 12 0.98 0 0.86 0.67 127.41 0.95 0.17
Hex 2 53 C 62 0 56 43 7F 5F 11
Octal 2 123 14 142 0 126 103 177 137 21
Binary 10 1010011 1100 1100010 0 1010110 1000011 1111111 1011111 10001

Color Harmonies of #02530C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02530C

Black with #02530C

Text Example


Text Example

White with #02530C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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