Html Css Color HEX #278030 Japanese Laurel

📋 copy color: '#278030'

red 39 ◦ green 128 ◦ blue 48

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

Shades of Japanese Laurel #278030

Tints of Japanese Laurel #278030

RGB

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

 GREEN value IS 128 (50.39% from 255) = 59.53%

 BLUE value IS 48 (19.14% from 255) = 22.33%

R = 18.14%
G = 59.53%
B = 22.33%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#278030 (or 0x278030) is known color: Japanese Laurel. HEX triplet: 27, 80 and 30. RGB value is (39,128,48). Sum of RGB (Red+Green+Blue) = 39+128+48=215 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.14% from 215); Green value is 128 (50.39% from 255 or 59.53% from 215); Blue value is 48 (19.14% from 255 or 22.33% from 215); Max value from RGB is 128 - color contains mainly: green. Hex color #278030 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #278030 is #D87FCF. Grayscale: #5C5C5C. Windows color (decimal): -14188496 or 3178535. OLE color: 3178535.

HSL color Cylindrical-coordinate representation of color #278030: hue angle of 126.07º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #278030 is Cyan = 0.70, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB 39 128 48 -
CMYK 0.70 0 0.62 0.50
HSL 126.07º 0.53% 0.33% -
HSV(B) 126.07º 0.7% 0.5% -
XYZ 9.09 16.08 5.42 -
YUV 92.27 103.01 90 -
System Red Green Blue C M Y K H S L
Decimal 39 128 48 0.70 0 0.62 0.50 126.07 0.53 0.33
Hex 27 80 30 46 0 3E 32 7E 35 21
Octal 47 200 60 106 0 76 62 176 65 41
Binary 100111 10000000 110000 1000110 0 111110 110010 1111110 110101 100001

Color Harmonies of #278030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #278030

Black with #278030

Text Example


Text Example

White with #278030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #278030; }

 p { color: rgb(39,128,48); }

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

background-color css

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

 a { background-color: rgb(39,128,48); }

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

border-color css

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

 span { border-color: rgb(39,128,48); }

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