#267E35

Color #267E35 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #267E35

Tints of Japanese Laurel #267E35

Color information

#267E35 (or 0x267E35) is unknown color: approx Japanese Laurel. HEX triplet: 26, 7E and 35. RGB value is (38,126,53). Sum of RGB (Red+Green+Blue) = 38+126+53=217 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.51% from 217); Green value is 126 (49.61% from 255 or 58.06% from 217); Blue value is 53 (21.09% from 255 or 24.42% from 217); Max value from RGB is 126 - color contains mainly: green. Hex color #267E35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267E35 is #D981CA. Grayscale: #5B5B5B. Windows color (decimal): -14254539 or 3505702. OLE color: 3505702.

HSL color Cylindrical-coordinate representation of color #267E35: hue angle of 130.23º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #267E35 is Cyan = 0.70, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.51.

Color convert

RGB3812653-
CMYK0.7000.580.51
HSL130.23º53.66%32.16%-
HSV(B)130.23º69.84%49.41%-
XYZ8.915.595.91-
YUV91.37106.3589.94-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.51%
GREEN value IS 126 (49.61% from 255) = 58.06%
BLUE value IS 53 (21.09% from 255) = 24.42%
R=17.51%
G=58.06%
B=24.42%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal38126530.7000.580.51130.2353.6632.16
Hex267E354603A33823620
Octal4617665106072632026640
Binary10011011111101101011000110011101011001110000010110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267E35; }

 p { color: rgb(38,126,53); }

 H1.HeaderClassName
 {
   color: #267E35;
 }
 .AnyTagClassName
 {
   color: #267E35;
 }
</style>
background-color css

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

 a { background-color: rgb(38,126,53); }

 div.DivClassName
 {
   background-color: #267E35;
 }
 .BgClassName
 {
   background-color: #267E35;
 }
</style>
border-color css

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

 span { border-color: rgb(38,126,53); }

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