#25833D

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

Shades of Japanese Laurel #25833D

Tints of Japanese Laurel #25833D

Color information

#25833D (or 0x25833D) is unknown color: approx Japanese Laurel. HEX triplet: 25, 83 and 3D. RGB value is (37,131,61). Sum of RGB (Red+Green+Blue) = 37+131+61=229 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.16% from 229); Green value is 131 (51.56% from 255 or 57.21% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 131 - color contains mainly: green. Hex color #25833D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25833D is #DA7CC2. Grayscale: #5F5F5F. Windows color (decimal): -14318787 or 4031269. OLE color: 4031269.

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

Color convert

RGB3713161-
CMYK0.7200.530.49
HSL135.32º55.95%32.94%-
HSV(B)135.32º71.76%51.37%-
XYZ9.7216.967.18-
YUV94.91108.8686.69-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.16%
GREEN value IS 131 (51.56% from 255) = 57.21%
BLUE value IS 61 (24.22% from 255) = 26.64%
R=16.16%
G=57.21%
B=26.64%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal37131610.7200.530.49135.3255.9532.94
Hex25833D4803531873821
Octal4520375110065612077041
Binary100101100000111111011001000011010111000110000111111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25833D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25833D; }

 p { color: rgb(37,131,61); }

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

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

 a { background-color: rgb(37,131,61); }

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

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

 span { border-color: rgb(37,131,61); }

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