Html Css Color HEX #27803A Japanese Laurel

📋 copy color: '#27803A'

red 39 ◦ green 128 ◦ blue 58

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

Shades of Japanese Laurel #27803A

Tints of Japanese Laurel #27803A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 25.78%

R = 17.33%
G = 56.89%
B = 25.78%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#27803A (or 0x27803A) is known color: Japanese Laurel. HEX triplet: 27, 80 and 3A. RGB value is (39,128,58). Sum of RGB (Red+Green+Blue) = 39+128+58=225 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.33% from 225); Green value is 128 (50.39% from 255 or 56.89% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 128 - color contains mainly: green. Hex color #27803A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #27803A is #D87FC5. Grayscale: #5D5D5D. Windows color (decimal): -14188486 or 3833895. OLE color: 3833895.

HSL color Cylindrical-coordinate representation of color #27803A: hue angle of 132.81º 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 #27803A is Cyan = 0.70, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB 39 128 58 -
CMYK 0.70 0 0.55 0.50
HSL 132.81º 0.53% 0.33% -
HSV(B) 132.81º 0.7% 0.5% -
XYZ 9.32 16.18 6.63 -
YUV 93.41 108.01 89.19 -
System Red Green Blue C M Y K H S L
Decimal 39 128 58 0.70 0 0.55 0.50 132.81 0.53 0.33
Hex 27 80 3A 46 0 37 32 85 35 21
Octal 47 200 72 106 0 67 62 205 65 41
Binary 100111 10000000 111010 1000110 0 110111 110010 10000101 110101 100001

Color Harmonies of #27803A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27803A

Black with #27803A

Text Example


Text Example

White with #27803A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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