Html Css Color HEX #267E32 Japanese Laurel

📋 copy color: '#267E32'

red 38 ◦ green 126 ◦ blue 50

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

Shades of Japanese Laurel #267E32

Tints of Japanese Laurel #267E32

RGB

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

 GREEN value IS 126 (49.61% from 255) = 58.88%

 BLUE value IS 50 (19.92% from 255) = 23.36%

R = 17.76%
G = 58.88%
B = 23.36%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.60

 K value IS 0.51

RGB Variations

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

Color information

#267E32 (or 0x267E32) is known color: Japanese Laurel. HEX triplet: 26, 7E and 32. RGB value is (38,126,50). Sum of RGB (Red+Green+Blue) = 38+126+50=214 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.76% from 214); Green value is 126 (49.61% from 255 or 58.88% from 214); Blue value is 50 (19.92% from 255 or 23.36% from 214); Max value from RGB is 126 - color contains mainly: green. Hex color #267E32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267E32 is #D981CD. Grayscale: #5B5B5B. Windows color (decimal): -14254542 or 3309094. OLE color: 3309094.

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

Color convert

RGB 38 126 50 -
CMYK 0.70 0 0.60 0.51
HSL 128.18º 0.54% 0.32% -
HSV(B) 128.18º 0.7% 0.49% -
XYZ 8.84 15.56 5.56 -
YUV 91.02 104.85 90.18 -
System Red Green Blue C M Y K H S L
Decimal 38 126 50 0.70 0 0.60 0.51 128.18 0.54 0.32
Hex 26 7E 32 46 0 3C 33 80 36 20
Octal 46 176 62 106 0 74 63 200 66 40
Binary 100110 1111110 110010 1000110 0 111100 110011 10000000 110110 100000

Color Harmonies of #267E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267E32

Black with #267E32

Text Example


Text Example

White with #267E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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