#237C30

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

Shades of Japanese Laurel #237C30

Tints of Japanese Laurel #237C30

Color information

#237C30 (or 0x237C30) is unknown color: approx Japanese Laurel. HEX triplet: 23, 7C and 30. RGB value is (35,124,48). Sum of RGB (Red+Green+Blue) = 35+124+48=207 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.91% from 207); Green value is 124 (48.83% from 255 or 59.90% from 207); Blue value is 48 (19.14% from 255 or 23.19% from 207); Max value from RGB is 124 - color contains mainly: green. Hex color #237C30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #237C30 is #DC83CF. Grayscale: #585858. Windows color (decimal): -14451664 or 3177507. OLE color: 3177507.

HSL color Cylindrical-coordinate representation of color #237C30: hue angle of 128.76º 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 #237C30 is Cyan = 0.72, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.51.

Color convert

RGB3512448-
CMYK0.7200.610.51
HSL128.76º55.97%31.18%-
HSV(B)128.76º71.77%48.63%-
XYZ8.4314.995.24-
YUV88.72105.0189.68-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.91%
GREEN value IS 124 (48.83% from 255) = 59.90%
BLUE value IS 48 (19.14% from 255) = 23.19%
R=16.91%
G=59.90%
B=23.19%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal35124480.7200.610.51128.7655.9731.18
Hex237C304803D3381381f
Octal4317460110075632017037
Binary1000111111100110000100100001111011100111000000111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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