Html Css Color HEX #275F00 Myrtle

📋 copy color: '#275F00'

red 39 ◦ green 95 ◦ blue 0

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

Shades of Myrtle #275F00

Tints of Myrtle #275F00

RGB

 RED value IS 39 (15.63% from 255) = 29.1%

 GREEN value IS 95 (37.5% from 255) = 70.9%

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

R = 29.1%
G = 70.9%
B = 0%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 1

 K value IS 0.63

RGB Variations

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

Color information

#275F00 (or 0x275F00) is known color: Myrtle. HEX triplet: 27, 5F and 00. RGB value is (39,95,0). Sum of RGB (Red+Green+Blue) = 39+95+0=134 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.10% from 134); Green value is 95 (37.5% from 255 or 70.90% from 134); Blue value is 0 (0.39% from 255 or 0% from 134); Max value from RGB is 95 - color contains mainly: green. Hex color #275F00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275F00 is #D8A0FF. Grayscale: #434343. Windows color (decimal): -14196992 or 24359. OLE color: 24359.

HSL color Cylindrical-coordinate representation of color #275F00: hue angle of 95.37º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #275F00 is Cyan = 0.59, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.63.

Color convert

RGB 39 95 0 -
CMYK 0.59 0 1 0.63
HSL 95.37º 1% 0.19% -
HSV(B) 95.37º 1% 0.37% -
XYZ 4.93 8.62 1.4 -
YUV 67.43 89.95 107.72 -
System Red Green Blue C M Y K H S L
Decimal 39 95 0 0.59 0 1 0.63 95.37 1 0.19
Hex 27 5F 0 3B 0 64 3F 5F 64 13
Octal 47 137 0 73 0 144 77 137 144 23
Binary 100111 1011111 0 111011 0 1100100 111111 1011111 1100100 10011

Color Harmonies of #275F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275F00

Black with #275F00

Text Example


Text Example

White with #275F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275F00; }

 p { color: rgb(39,95,0); }

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

background-color css

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

 a { background-color: rgb(39,95,0); }

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

border-color css

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

 span { border-color: rgb(39,95,0); }

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