#23792A

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

Shades of Japanese Laurel #23792A

Tints of Japanese Laurel #23792A

Color information

#23792A (or 0x23792A) is unknown color: approx Japanese Laurel. HEX triplet: 23, 79 and 2A. RGB value is (35,121,42). Sum of RGB (Red+Green+Blue) = 35+121+42=198 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.68% from 198); Green value is 121 (47.66% from 255 or 61.11% from 198); Blue value is 42 (16.80% from 255 or 21.21% from 198); Max value from RGB is 121 - color contains mainly: green. Hex color #23792A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23792A is #DC86D5. Grayscale: #565656. Windows color (decimal): -14452438 or 2783523. OLE color: 2783523.

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

Color convert

RGB3512142-
CMYK0.7100.650.53
HSL124.88º55.13%30.59%-
HSV(B)124.88º71.07%47.45%-
XYZ7.9514.24.51-
YUV86.28103.0191.42-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.68%
GREEN value IS 121 (47.66% from 255) = 61.11%
BLUE value IS 42 (16.80% from 255) = 21.21%
R=17.68%
G=61.11%
B=21.21%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal35121420.7100.650.53124.8855.1330.59
Hex23792A47041357d371f
Octal43171521070101651756737
Binary1000111111001101010100011101000001110101111110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23792A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23792A; }

 p { color: rgb(35,121,42); }

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

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

 a { background-color: rgb(35,121,42); }

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

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

 span { border-color: rgb(35,121,42); }

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