#267D2C

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

Shades of Japanese Laurel #267D2C

Tints of Japanese Laurel #267D2C

Color information

#267D2C (or 0x267D2C) is unknown color: approx Japanese Laurel. HEX triplet: 26, 7D and 2C. RGB value is (38,125,44). Sum of RGB (Red+Green+Blue) = 38+125+44=207 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.36% from 207); Green value is 125 (49.22% from 255 or 60.39% from 207); Blue value is 44 (17.58% from 255 or 21.26% from 207); Max value from RGB is 125 - color contains mainly: green. Hex color #267D2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267D2C is #D982D3. Grayscale: #595959. Windows color (decimal): -14254804 or 2915622. OLE color: 2915622.

HSL color Cylindrical-coordinate representation of color #267D2C: hue angle of 124.14º degrees, saturation: 0.53, 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 #267D2C is Cyan = 0.70, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.

Color convert

RGB3812544-
CMYK0.7000.650.51
HSL124.14º53.37%31.96%-
HSV(B)124.14º69.6%49.02%-
XYZ8.5915.264.88-
YUV89.75102.1891.09-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.36%
GREEN value IS 125 (49.22% from 255) = 60.39%
BLUE value IS 44 (17.58% from 255) = 21.26%
R=18.36%
G=60.39%
B=21.26%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal38125440.7000.650.51124.1453.3731.96
Hex267D2C46041337c3520
Octal46175541060101631746540
Binary10011011111011011001000110010000011100111111100110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,125,44); }

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

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

 a { background-color: rgb(38,125,44); }

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

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

 span { border-color: rgb(38,125,44); }

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