Html Css Color HEX #023500 Myrtle

📋 copy color: '#023500'

red 2 ◦ green 53 ◦ blue 0

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

Shades of Myrtle #023500

Tints of Myrtle #023500

RGB

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

 GREEN value IS 53 (21.09% from 255) = 96.36%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 3.64%
G = 96.36%
B = 0%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 1

 K value IS 0.79

RGB Variations

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

Color information

#023500 (or 0x023500) is known color: Myrtle. HEX triplet: 02, 35 and 00. RGB value is (2,53,0). Sum of RGB (Red+Green+Blue) = 2+53+0=55 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.64% from 55); Green value is 53 (21.09% from 255 or 96.36% from 55); Blue value is 0 (0.39% from 255 or 0% from 55); Max value from RGB is 53 - color contains mainly: green. Hex color #023500 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023500 is #FDCAFF. Grayscale: #1F1F1F. Windows color (decimal): -16632576 or 13570. OLE color: 13570.

HSL color Cylindrical-coordinate representation of color #023500: hue angle of 117.74º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #023500 is Cyan = 0.96, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.79.

Color convert

RGB 2 53 0 -
CMYK 0.96 0 1 0.79
HSL 117.74º 1% 0.1% -
HSV(B) 117.74º 1% 0.21% -
XYZ 1.3 2.56 0.43 -
YUV 31.71 110.1 106.81 -
System Red Green Blue C M Y K H S L
Decimal 2 53 0 0.96 0 1 0.79 117.74 1 0.1
Hex 2 35 0 60 0 64 4F 76 64 A
Octal 2 65 0 140 0 144 117 166 144 12
Binary 10 110101 0 1100000 0 1100100 1001111 1110110 1100100 1010

Color Harmonies of #023500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023500

Black with #023500

Text Example


Text Example

White with #023500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023500; }

 p { color: rgb(2,53,0); }

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

background-color css

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

 a { background-color: rgb(2,53,0); }

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

border-color css

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

 span { border-color: rgb(2,53,0); }

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