Html Css Color HEX #267828 Japanese Laurel

📋 copy color: '#267828'

red 38 ◦ green 120 ◦ blue 40

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

Shades of Japanese Laurel #267828

Tints of Japanese Laurel #267828

RGB

 RED value IS 38 (15.23% from 255) = 19.19%

 GREEN value IS 120 (47.27% from 255) = 60.61%

 BLUE value IS 40 (16.02% from 255) = 20.2%

R = 19.19%
G = 60.61%
B = 20.2%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#267828 (or 0x267828) is known color: Japanese Laurel. HEX triplet: 26, 78 and 28. RGB value is (38,120,40). Sum of RGB (Red+Green+Blue) = 38+120+40=198 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.19% from 198); Green value is 120 (47.27% from 255 or 60.61% from 198); Blue value is 40 (16.02% from 255 or 20.20% from 198); Max value from RGB is 120 - color contains mainly: green. Hex color #267828 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267828 is #D987D7. Grayscale: #565656. Windows color (decimal): -14256088 or 2652198. OLE color: 2652198.

HSL color Cylindrical-coordinate representation of color #267828: hue angle of 121.46º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #267828 is Cyan = 0.68, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB 38 120 40 -
CMYK 0.68 0 0.67 0.53
HSL 121.46º 0.52% 0.31% -
HSV(B) 121.46º 0.68% 0.47% -
XYZ 7.9 14 4.29 -
YUV 86.36 101.83 93.5 -
System Red Green Blue C M Y K H S L
Decimal 38 120 40 0.68 0 0.67 0.53 121.46 0.52 0.31
Hex 26 78 28 44 0 43 35 79 34 1F
Octal 46 170 50 104 0 103 65 171 64 37
Binary 100110 1111000 101000 1000100 0 1000011 110101 1111001 110100 11111

Color Harmonies of #267828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267828

Black with #267828

Text Example


Text Example

White with #267828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267828; }

 p { color: rgb(38,120,40); }

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

background-color css

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

 a { background-color: rgb(38,120,40); }

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

border-color css

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

 span { border-color: rgb(38,120,40); }

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