Html Css Color HEX #27823D Japanese Laurel

📋 copy color: '#27823D'

red 39 ◦ green 130 ◦ blue 61

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

Shades of Japanese Laurel #27823D

Tints of Japanese Laurel #27823D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 56.52%

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

R = 16.96%
G = 56.52%
B = 26.52%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#27823D (or 0x27823D) is known color: Japanese Laurel. HEX triplet: 27, 82 and 3D. RGB value is (39,130,61). Sum of RGB (Red+Green+Blue) = 39+130+61=230 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.96% from 230); Green value is 130 (51.17% from 255 or 56.52% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 130 - color contains mainly: green. Hex color #27823D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #27823D is #D87DC2. Grayscale: #5F5F5F. Windows color (decimal): -14187971 or 4031015. OLE color: 4031015.

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

Color convert

RGB 39 130 61 -
CMYK 0.70 0 0.53 0.49
HSL 134.51º 0.54% 0.33% -
HSV(B) 134.51º 0.7% 0.51% -
XYZ 9.66 16.73 7.14 -
YUV 94.93 108.85 88.11 -
System Red Green Blue C M Y K H S L
Decimal 39 130 61 0.70 0 0.53 0.49 134.51 0.54 0.33
Hex 27 82 3D 46 0 35 31 87 36 21
Octal 47 202 75 106 0 65 61 207 66 41
Binary 100111 10000010 111101 1000110 0 110101 110001 10000111 110110 100001

Color Harmonies of #27823D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27823D

Black with #27823D

Text Example


Text Example

White with #27823D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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