#234F00

Color #234F00 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #234F00

Tints of Myrtle #234F00

Color information

#234F00 (or 0x234F00) is unknown color: approx Myrtle. HEX triplet: 23, 4F and 00. RGB value is (35,79,0). Sum of RGB (Red+Green+Blue) = 35+79+0=114 (15% of max value = 765). Red value is 35 (14.06% from 255 or 30.70% from 114); Green value is 79 (31.25% from 255 or 69.30% from 114); Blue value is 0 (0.39% from 255 or 0% from 114); Max value from RGB is 79 - color contains mainly: green. Hex color #234F00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #234F00 is #DCB0FF. Grayscale: #393939. Windows color (decimal): -14463232 or 20259. OLE color: 20259.

HSL color Cylindrical-coordinate representation of color #234F00: hue angle of 93.42º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #234F00 is Cyan = 0.56, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.69.

Color convert

RGB35790-
CMYK0.56010.69
HSL93.42º100%15.49%-
HSV(B)93.42º100%30.98%-
XYZ3.495.950.96-
YUV56.8495.92112.42-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 30.70%
GREEN value IS 79 (31.25% from 255) = 69.30%
BLUE value IS 0 (0.39% from 255) = 0%
R=30.70%
G=69.30%
B=0%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal357900.56010.6993.4210015.49
Hex234F038064455d64f
Octal43117070014410513514417
Binary10001110011110111000011001001000101101110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,79,0); }

 H1.HeaderClassName
 {
   color: #234F00;
 }
 .AnyTagClassName
 {
   color: #234F00;
 }
</style>
background-color css

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

 a { background-color: rgb(35,79,0); }

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

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

 span { border-color: rgb(35,79,0); }

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