Html Css Color HEX #27803C Japanese Laurel

📋 copy color: '#27803C'

red 39 ◦ green 128 ◦ blue 60

#27803C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #27803C

Tints of Japanese Laurel #27803C

RGB

 RED value IS 39 (15.63% from 255) = 17.18%

 GREEN value IS 128 (50.39% from 255) = 56.39%

 BLUE value IS 60 (23.83% from 255) = 26.43%

R = 17.18%
G = 56.39%
B = 26.43%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#27803C (or 0x27803C) is known color: Japanese Laurel. HEX triplet: 27, 80 and 3C. RGB value is (39,128,60). Sum of RGB (Red+Green+Blue) = 39+128+60=227 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.18% from 227); Green value is 128 (50.39% from 255 or 56.39% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 128 - color contains mainly: green. Hex color #27803C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #27803C is #D87FC3. Grayscale: #5D5D5D. Windows color (decimal): -14188484 or 3964967. OLE color: 3964967.

HSL color Cylindrical-coordinate representation of color #27803C: hue angle of 134.16º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #27803C is Cyan = 0.70, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB 39 128 60 -
CMYK 0.70 0 0.53 0.50
HSL 134.16º 0.53% 0.33% -
HSV(B) 134.16º 0.7% 0.5% -
XYZ 9.37 16.2 6.91 -
YUV 93.64 109.01 89.03 -
System Red Green Blue C M Y K H S L
Decimal 39 128 60 0.70 0 0.53 0.50 134.16 0.53 0.33
Hex 27 80 3C 46 0 35 32 86 35 21
Octal 47 200 74 106 0 65 62 206 65 41
Binary 100111 10000000 111100 1000110 0 110101 110010 10000110 110101 100001

Color Harmonies of #27803C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27803C

Black with #27803C

Text Example


Text Example

White with #27803C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27803C; }

 p { color: rgb(39,128,60); }

 H1.HeaderClassName
 {
   color: #27803C;
 }
 .AnyTagClassName
 {
   color: #27803C;
 }
</style>

background-color css

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

 a { background-color: rgb(39,128,60); }

 div.DivClassName
 {
   background-color: #27803C;
 }
 .BgClassName
 {
   background-color: #27803C;
 }
</style>

border-color css

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

 span { border-color: rgb(39,128,60); }

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