Html Css Color HEX #27813E Japanese Laurel

📋 copy color: '#27813E'

red 39 ◦ green 129 ◦ blue 62

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

Shades of Japanese Laurel #27813E

Tints of Japanese Laurel #27813E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 56.09%

 BLUE value IS 62 (24.61% from 255) = 26.96%

R = 16.96%
G = 56.09%
B = 26.96%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#27813E (or 0x27813E) is known color: Japanese Laurel. HEX triplet: 27, 81 and 3E. RGB value is (39,129,62). Sum of RGB (Red+Green+Blue) = 39+129+62=230 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.96% from 230); Green value is 129 (50.78% from 255 or 56.09% from 230); Blue value is 62 (24.61% from 255 or 26.96% from 230); Max value from RGB is 129 - color contains mainly: green. Hex color #27813E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #27813E is #D87EC1. Grayscale: #5E5E5E. Windows color (decimal): -14188226 or 4096295. OLE color: 4096295.

HSL color Cylindrical-coordinate representation of color #27813E: hue angle of 135.33º 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 #27813E is Cyan = 0.70, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB 39 129 62 -
CMYK 0.70 0 0.52 0.49
HSL 135.33º 0.54% 0.33% -
HSV(B) 135.33º 0.7% 0.51% -
XYZ 9.56 16.48 7.23 -
YUV 94.45 109.68 88.45 -
System Red Green Blue C M Y K H S L
Decimal 39 129 62 0.70 0 0.52 0.49 135.33 0.54 0.33
Hex 27 81 3E 46 0 34 31 87 36 21
Octal 47 201 76 106 0 64 61 207 66 41
Binary 100111 10000001 111110 1000110 0 110100 110001 10000111 110110 100001

Color Harmonies of #27813E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27813E

Black with #27813E

Text Example


Text Example

White with #27813E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #27813E;
 }
 .AnyTagClassName
 {
   color: #27813E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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