Html Css Color HEX #267D36 Japanese Laurel

📋 copy color: '#267D36'

red 38 ◦ green 125 ◦ blue 54

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

Shades of Japanese Laurel #267D36

Tints of Japanese Laurel #267D36

RGB

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

 GREEN value IS 125 (49.22% from 255) = 57.6%

 BLUE value IS 54 (21.48% from 255) = 24.88%

R = 17.51%
G = 57.6%
B = 24.88%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.57

 K value IS 0.51

RGB Variations

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

Color information

#267D36 (or 0x267D36) is known color: Japanese Laurel. HEX triplet: 26, 7D and 36. RGB value is (38,125,54). Sum of RGB (Red+Green+Blue) = 38+125+54=217 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.51% from 217); Green value is 125 (49.22% from 255 or 57.60% from 217); Blue value is 54 (21.48% from 255 or 24.88% from 217); Max value from RGB is 125 - color contains mainly: green. Hex color #267D36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267D36 is #D982C9. Grayscale: #5B5B5B. Windows color (decimal): -14254794 or 3570982. OLE color: 3570982.

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

Color convert

RGB 38 125 54 -
CMYK 0.70 0 0.57 0.51
HSL 131.03º 0.53% 0.32% -
HSV(B) 131.03º 0.7% 0.49% -
XYZ 8.8 15.35 5.99 -
YUV 90.89 107.18 90.27 -
System Red Green Blue C M Y K H S L
Decimal 38 125 54 0.70 0 0.57 0.51 131.03 0.53 0.32
Hex 26 7D 36 46 0 39 33 83 35 20
Octal 46 175 66 106 0 71 63 203 65 40
Binary 100110 1111101 110110 1000110 0 111001 110011 10000011 110101 100000

Color Harmonies of #267D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267D36

Black with #267D36

Text Example


Text Example

White with #267D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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