Html Css Color HEX #278338 Japanese Laurel

📋 copy color: '#278338'

red 39 ◦ green 131 ◦ blue 56

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

Shades of Japanese Laurel #278338

Tints of Japanese Laurel #278338

RGB

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

 GREEN value IS 131 (51.56% from 255) = 57.96%

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

R = 17.26%
G = 57.96%
B = 24.78%

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

#278338 (or 0x278338) is known color: Japanese Laurel. HEX triplet: 27, 83 and 38. RGB value is (39,131,56). Sum of RGB (Red+Green+Blue) = 39+131+56=226 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.26% from 226); Green value is 131 (51.56% from 255 or 57.96% from 226); Blue value is 56 (22.27% from 255 or 24.78% from 226); Max value from RGB is 131 - color contains mainly: green. Hex color #278338 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #278338 is #D87CC7. Grayscale: #5F5F5F. Windows color (decimal): -14187720 or 3703591. OLE color: 3703591.

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

Color convert

RGB 39 131 56 -
CMYK 0.70 0 0.57 0.49
HSL 131.09º 0.54% 0.33% -
HSV(B) 131.09º 0.7% 0.51% -
XYZ 9.67 16.95 6.5 -
YUV 94.94 106.02 88.1 -
System Red Green Blue C M Y K H S L
Decimal 39 131 56 0.70 0 0.57 0.49 131.09 0.54 0.33
Hex 27 83 38 46 0 39 31 83 36 21
Octal 47 203 70 106 0 71 61 203 66 41
Binary 100111 10000011 111000 1000110 0 111001 110001 10000011 110110 100001

Color Harmonies of #278338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #278338

Black with #278338

Text Example


Text Example

White with #278338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #278338; }

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

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

background-color css

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

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

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

border-color css

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

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

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