#27813A

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

Shades of Japanese Laurel #27813A

Tints of Japanese Laurel #27813A

Color information

#27813A (or 0x27813A) is unknown color: approx Japanese Laurel. HEX triplet: 27, 81 and 3A. RGB value is (39,129,58). Sum of RGB (Red+Green+Blue) = 39+129+58=226 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.26% from 226); Green value is 129 (50.78% from 255 or 57.08% from 226); Blue value is 58 (23.05% from 255 or 25.66% from 226); Max value from RGB is 129 - color contains mainly: green. Hex color #27813A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #27813A is #D87EC5. Grayscale: #5E5E5E. Windows color (decimal): -14188230 or 3834151. OLE color: 3834151.

HSL color Cylindrical-coordinate representation of color #27813A: hue angle of 132.67º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #27813A is Cyan = 0.70, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB3912958-
CMYK0.7000.550.49
HSL132.67º53.57%32.94%-
HSV(B)132.67º69.77%50.59%-
XYZ9.4516.446.68-
YUV94107.6888.77-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.26%
GREEN value IS 129 (50.78% from 255) = 57.08%
BLUE value IS 58 (23.05% from 255) = 25.66%
R=17.26%
G=57.08%
B=25.66%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal39129580.7000.550.49132.6753.5732.94
Hex27813A4603731853621
Octal4720172106067612056641
Binary100111100000011110101000110011011111000110000101110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27813A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,129,58); }

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

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

 a { background-color: rgb(39,129,58); }

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

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

 span { border-color: rgb(39,129,58); }

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