Html Css Color HEX #267C37 Japanese Laurel

📋 copy color: '#267C37'

red 38 ◦ green 124 ◦ blue 55

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

Shades of Japanese Laurel #267C37

Tints of Japanese Laurel #267C37

RGB

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

 GREEN value IS 124 (48.83% from 255) = 57.14%

 BLUE value IS 55 (21.88% from 255) = 25.35%

R = 17.51%
G = 57.14%
B = 25.35%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.56

 K value IS 0.51

RGB Variations

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

Color information

#267C37 (or 0x267C37) is known color: Japanese Laurel. HEX triplet: 26, 7C and 37. RGB value is (38,124,55). Sum of RGB (Red+Green+Blue) = 38+124+55=217 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.51% from 217); Green value is 124 (48.83% from 255 or 57.14% from 217); Blue value is 55 (21.88% from 255 or 25.35% from 217); Max value from RGB is 124 - color contains mainly: green. Hex color #267C37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267C37 is #D983C8. Grayscale: #5A5A5A. Windows color (decimal): -14255049 or 3636262. OLE color: 3636262.

HSL color Cylindrical-coordinate representation of color #267C37: hue angle of 131.86º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #267C37 is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.51.

Color convert

RGB 38 124 55 -
CMYK 0.69 0 0.56 0.51
HSL 131.86º 0.53% 0.32% -
HSV(B) 131.86º 0.69% 0.49% -
XYZ 8.7 15.1 6.07 -
YUV 90.42 108.01 90.61 -
System Red Green Blue C M Y K H S L
Decimal 38 124 55 0.69 0 0.56 0.51 131.86 0.53 0.32
Hex 26 7C 37 45 0 38 33 84 35 20
Octal 46 174 67 105 0 70 63 204 65 40
Binary 100110 1111100 110111 1000101 0 111000 110011 10000100 110101 100000

Color Harmonies of #267C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267C37

Black with #267C37

Text Example


Text Example

White with #267C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,124,55); }

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

background-color css

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

 a { background-color: rgb(38,124,55); }

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

border-color css

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

 span { border-color: rgb(38,124,55); }

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