#267A35

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

Shades of Japanese Laurel #267A35

Tints of Japanese Laurel #267A35

Color information

#267A35 (or 0x267A35) is unknown color: approx Japanese Laurel. HEX triplet: 26, 7A and 35. RGB value is (38,122,53). Sum of RGB (Red+Green+Blue) = 38+122+53=213 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.84% from 213); Green value is 122 (48.05% from 255 or 57.28% from 213); Blue value is 53 (21.09% from 255 or 24.88% from 213); Max value from RGB is 122 - color contains mainly: green. Hex color #267A35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267A35 is #D985CA. Grayscale: #595959. Windows color (decimal): -14255563 or 3504678. OLE color: 3504678.

HSL color Cylindrical-coordinate representation of color #267A35: hue angle of 130.71º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #267A35 is Cyan = 0.69, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.52.

Color convert

RGB3812253-
CMYK0.6900.570.52
HSL130.71º52.5%31.37%-
HSV(B)130.71º68.85%47.84%-
XYZ8.414.595.74-
YUV89.02107.6791.61-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.84%
GREEN value IS 122 (48.05% from 255) = 57.28%
BLUE value IS 53 (21.09% from 255) = 24.88%
R=17.84%
G=57.28%
B=24.88%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal38122530.6900.570.52130.7152.531.37
Hex267A35450393483341f
Octal4617265105071642036437
Binary1001101111010110101100010101110011101001000001111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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