#237825

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

Shades of Japanese Laurel #237825

Tints of Japanese Laurel #237825

Color information

#237825 (or 0x237825) is unknown color: approx Japanese Laurel. HEX triplet: 23, 78 and 25. RGB value is (35,120,37). Sum of RGB (Red+Green+Blue) = 35+120+37=192 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.23% from 192); Green value is 120 (47.27% from 255 or 62.5% from 192); Blue value is 37 (14.84% from 255 or 19.27% from 192); Max value from RGB is 120 - color contains mainly: green. Hex color #237825 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #237825 is #DC87DA. Grayscale: #555555. Windows color (decimal): -14452699 or 2455587. OLE color: 2455587.

HSL color Cylindrical-coordinate representation of color #237825: hue angle of 121.41º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #237825 is Cyan = 0.71, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB3512037-
CMYK0.7100.690.53
HSL121.41º54.84%30.39%-
HSV(B)121.41º70.83%47.06%-
XYZ7.7413.924.03-
YUV85.12100.8492.25-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.23%
GREEN value IS 120 (47.27% from 255) = 62.5%
BLUE value IS 37 (14.84% from 255) = 19.27%
R=18.23%
G=62.5%
B=19.27%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal35120370.7100.690.53121.4154.8430.39
Hex237825470453579371e
Octal43170451070105651716736
Binary1000111111000100101100011101000101110101111100111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #237825; }

 p { color: rgb(35,120,37); }

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

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

 a { background-color: rgb(35,120,37); }

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

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

 span { border-color: rgb(35,120,37); }

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