#235A1F

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

Shades of Myrtle #235A1F

Tints of Myrtle #235A1F

Color information

#235A1F (or 0x235A1F) is unknown color: approx Myrtle. HEX triplet: 23, 5A and 1F. RGB value is (35,90,31). Sum of RGB (Red+Green+Blue) = 35+90+31=156 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.44% from 156); Green value is 90 (35.55% from 255 or 57.69% from 156); Blue value is 31 (12.5% from 255 or 19.87% from 156); Max value from RGB is 90 - color contains mainly: green. Hex color #235A1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235A1F is #DCA5E0. Grayscale: #434343. Windows color (decimal): -14460385 or 2054691. OLE color: 2054691.

HSL color Cylindrical-coordinate representation of color #235A1F: hue angle of 115.93º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #235A1F is Cyan = 0.61, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB359031-
CMYK0.6100.660.65
HSL115.93º48.76%23.73%-
HSV(B)115.93º65.56%35.29%-
XYZ4.67.772.55-
YUV66.83107.78105.3-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.44%
GREEN value IS 90 (35.55% from 255) = 57.69%
BLUE value IS 31 (12.5% from 255) = 19.87%
R=22.44%
G=57.69%
B=19.87%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3590310.6100.660.65115.9348.7623.73
Hex235A1F3D04241743118
Octal43132377501021011646130
Binary100011101101011111111101010000101000001111010011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235A1F; }

 p { color: rgb(35,90,31); }

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

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

 a { background-color: rgb(35,90,31); }

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

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

 span { border-color: rgb(35,90,31); }

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