Html Css Color HEX #255D03 Myrtle

📋 copy color: '#255D03'

red 37 ◦ green 93 ◦ blue 3

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

Shades of Myrtle #255D03

Tints of Myrtle #255D03

RGB

 RED value IS 37 (14.84% from 255) = 27.82%

 GREEN value IS 93 (36.72% from 255) = 69.92%

 BLUE value IS 3 (1.56% from 255) = 2.26%

R = 27.82%
G = 69.92%
B = 2.26%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.97

 K value IS 0.64

RGB Variations

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

Color information

#255D03 (or 0x255D03) is known color: Myrtle. HEX triplet: 25, 5D and 03. RGB value is (37,93,3). Sum of RGB (Red+Green+Blue) = 37+93+3=133 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.82% from 133); Green value is 93 (36.72% from 255 or 69.92% from 133); Blue value is 3 (1.56% from 255 or 2.26% from 133); Max value from RGB is 93 - color contains mainly: green. Hex color #255D03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #255D03 is #DAA2FC. Grayscale: #424242. Windows color (decimal): -14328573 or 220453. OLE color: 220453.

HSL color Cylindrical-coordinate representation of color #255D03: hue angle of 97.33º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #255D03 is Cyan = 0.60, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.64.

Color convert

RGB 37 93 3 -
CMYK 0.60 0 0.97 0.64
HSL 97.33º 0.94% 0.19% -
HSV(B) 97.33º 0.97% 0.36% -
XYZ 4.69 8.23 1.43 -
YUV 66 92.45 107.32 -
System Red Green Blue C M Y K H S L
Decimal 37 93 3 0.60 0 0.97 0.64 97.33 0.94 0.19
Hex 25 5D 3 3C 0 61 40 61 5E 13
Octal 45 135 3 74 0 141 100 141 136 23
Binary 100101 1011101 11 111100 0 1100001 1000000 1100001 1011110 10011

Color Harmonies of #255D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255D03

Black with #255D03

Text Example


Text Example

White with #255D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255D03; }

 p { color: rgb(37,93,3); }

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

background-color css

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

 a { background-color: rgb(37,93,3); }

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

border-color css

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

 span { border-color: rgb(37,93,3); }

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