Html Css Color HEX #27863C Japanese Laurel

📋 copy color: '#27863C'

red 39 ◦ green 134 ◦ blue 60

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

Shades of Japanese Laurel #27863C

Tints of Japanese Laurel #27863C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 57.51%

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

R = 16.74%
G = 57.51%
B = 25.75%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#27863C (or 0x27863C) is known color: Japanese Laurel. HEX triplet: 27, 86 and 3C. RGB value is (39,134,60). Sum of RGB (Red+Green+Blue) = 39+134+60=233 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.74% from 233); Green value is 134 (52.73% from 255 or 57.51% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 134 - color contains mainly: green. Hex color #27863C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #27863C is #D879C3. Grayscale: #616161. Windows color (decimal): -14186948 or 3966503. OLE color: 3966503.

HSL color Cylindrical-coordinate representation of color #27863C: hue angle of 133.26º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #27863C is Cyan = 0.71, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB 39 134 60 -
CMYK 0.71 0 0.55 0.47
HSL 133.26º 0.55% 0.34% -
HSV(B) 133.26º 0.71% 0.53% -
XYZ 10.18 17.81 7.18 -
YUV 97.16 107.03 86.52 -
System Red Green Blue C M Y K H S L
Decimal 39 134 60 0.71 0 0.55 0.47 133.26 0.55 0.34
Hex 27 86 3C 47 0 37 2F 85 37 22
Octal 47 206 74 107 0 67 57 205 67 42
Binary 100111 10000110 111100 1000111 0 110111 101111 10000101 110111 100010

Color Harmonies of #27863C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27863C

Black with #27863C

Text Example


Text Example

White with #27863C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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