Html Css Color HEX #27853D Japanese Laurel

📋 copy color: '#27853D'

red 39 ◦ green 133 ◦ blue 61

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

Shades of Japanese Laurel #27853D

Tints of Japanese Laurel #27853D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 57.08%

 BLUE value IS 61 (24.22% from 255) = 26.18%

R = 16.74%
G = 57.08%
B = 26.18%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#27853D (or 0x27853D) is known color: Japanese Laurel. HEX triplet: 27, 85 and 3D. RGB value is (39,133,61). Sum of RGB (Red+Green+Blue) = 39+133+61=233 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.74% from 233); Green value is 133 (52.34% from 255 or 57.08% from 233); Blue value is 61 (24.22% from 255 or 26.18% from 233); Max value from RGB is 133 - color contains mainly: green. Hex color #27853D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #27853D is #D87AC2. Grayscale: #606060. Windows color (decimal): -14187203 or 4031783. OLE color: 4031783.

HSL color Cylindrical-coordinate representation of color #27853D: hue angle of 134.04º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #27853D is Cyan = 0.71, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB 39 133 61 -
CMYK 0.71 0 0.54 0.48
HSL 134.04º 0.55% 0.34% -
HSV(B) 134.04º 0.71% 0.52% -
XYZ 10.07 17.54 7.27 -
YUV 96.69 107.86 86.85 -
System Red Green Blue C M Y K H S L
Decimal 39 133 61 0.71 0 0.54 0.48 134.04 0.55 0.34
Hex 27 85 3D 47 0 36 30 86 37 22
Octal 47 205 75 107 0 66 60 206 67 42
Binary 100111 10000101 111101 1000111 0 110110 110000 10000110 110111 100010

Color Harmonies of #27853D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27853D

Black with #27853D

Text Example


Text Example

White with #27853D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27853D; }

 p { color: rgb(39,133,61); }

 H1.HeaderClassName
 {
   color: #27853D;
 }
 .AnyTagClassName
 {
   color: #27853D;
 }
</style>

background-color css

<style>
 a { background-color: #27853D; }

 a { background-color: rgb(39,133,61); }

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

border-color css

<style>
 span { border-color: #27853D; }

 span { border-color: rgb(39,133,61); }

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