Html Css Color HEX #278138 Japanese Laurel

📋 copy color: '#278138'

red 39 ◦ green 129 ◦ blue 56

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

Shades of Japanese Laurel #278138

Tints of Japanese Laurel #278138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 25%

R = 17.41%
G = 57.59%
B = 25%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#278138 (or 0x278138) is known color: Japanese Laurel. HEX triplet: 27, 81 and 38. RGB value is (39,129,56). Sum of RGB (Red+Green+Blue) = 39+129+56=224 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.41% from 224); Green value is 129 (50.78% from 255 or 57.59% from 224); Blue value is 56 (22.27% from 255 or 25% from 224); Max value from RGB is 129 - color contains mainly: green. Hex color #278138 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #278138 is #D87EC7. Grayscale: #5D5D5D. Windows color (decimal): -14188232 or 3703079. OLE color: 3703079.

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

Color convert

RGB 39 129 56 -
CMYK 0.70 0 0.57 0.49
HSL 131.33º 0.54% 0.33% -
HSV(B) 131.33º 0.7% 0.51% -
XYZ 9.4 16.42 6.41 -
YUV 93.77 106.68 88.94 -
System Red Green Blue C M Y K H S L
Decimal 39 129 56 0.70 0 0.57 0.49 131.33 0.54 0.33
Hex 27 81 38 46 0 39 31 83 36 21
Octal 47 201 70 106 0 71 61 203 66 41
Binary 100111 10000001 111000 1000110 0 111001 110001 10000011 110110 100001

Color Harmonies of #278138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #278138

Black with #278138

Text Example


Text Example

White with #278138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #278138; }

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

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

background-color css

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

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

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

border-color css

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

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

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