#237c35

Color #237C35 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #237C35

Tints of Japanese Laurel #237C35

Color information

#237C35 (or 0x237C35) is unknown color: approx Japanese Laurel. HEX triplet: 23, 7C and 35. RGB value is (35,124,53). Sum of RGB (Red+Green+Blue) = 35+124+53=212 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.51% from 212); Green value is 124 (48.83% from 255 or 58.49% from 212); Blue value is 53 (21.09% from 255 or 25% from 212); Max value from RGB is 124 - color contains mainly: green. Hex color #237C35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #237C35 is #DC83CA. Grayscale: #595959. Windows color (decimal): -14451659 or 3505187. OLE color: 3505187.

HSL color Cylindrical-coordinate representation of color #237C35: hue angle of 132.13º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #237C35 is Cyan = 0.72, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.51.

Color convert

RGB3512453-
CMYK0.7200.570.51
HSL132.13º55.97%31.18%-
HSV(B)132.13º71.77%48.63%-
XYZ8.5415.035.82-
YUV89.3107.5189.27-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.51%
GREEN value IS 124 (48.83% from 255) = 58.49%
BLUE value IS 53 (21.09% from 255) = 25%
R=16.51%
G=58.49%
B=25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal35124530.7200.570.51132.1355.9731.18
Hex237C35480393384381f
Octal4317465110071632047037
Binary1000111111100110101100100001110011100111000010011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237c35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #237c35; }

 p { color: rgb(35,124,53); }

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

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

 a { background-color: rgb(35,124,53); }

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

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

 span { border-color: rgb(35,124,53); }

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