Html Css Color HEX #278133 Japanese Laurel

📋 copy color: '#278133'

red 39 ◦ green 129 ◦ blue 51

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

Shades of Japanese Laurel #278133

Tints of Japanese Laurel #278133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 23.29%

R = 17.81%
G = 58.9%
B = 23.29%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#278133 (or 0x278133) is known color: Japanese Laurel. HEX triplet: 27, 81 and 33. RGB value is (39,129,51). Sum of RGB (Red+Green+Blue) = 39+129+51=219 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.81% from 219); Green value is 129 (50.78% from 255 or 58.90% from 219); Blue value is 51 (20.31% from 255 or 23.29% from 219); Max value from RGB is 129 - color contains mainly: green. Hex color #278133 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #278133 is #D87ECC. Grayscale: #5D5D5D. Windows color (decimal): -14188237 or 3375399. OLE color: 3375399.

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

Color convert

RGB 39 129 51 -
CMYK 0.70 0 0.60 0.49
HSL 128º 0.54% 0.33% -
HSV(B) 128º 0.7% 0.51% -
XYZ 9.28 16.37 5.8 -
YUV 93.2 104.18 89.34 -
System Red Green Blue C M Y K H S L
Decimal 39 129 51 0.70 0 0.60 0.49 128 0.54 0.33
Hex 27 81 33 46 0 3C 31 80 36 21
Octal 47 201 63 106 0 74 61 200 66 41
Binary 100111 10000001 110011 1000110 0 111100 110001 10000000 110110 100001

Color Harmonies of #278133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #278133

Black with #278133

Text Example


Text Example

White with #278133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #278133; }

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

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

background-color css

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

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

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

border-color css

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

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

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