Html Css Color HEX #267F32 Japanese Laurel

📋 copy color: '#267F32'

red 38 ◦ green 127 ◦ blue 50

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

Shades of Japanese Laurel #267F32

Tints of Japanese Laurel #267F32

RGB

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

 GREEN value IS 127 (50% from 255) = 59.07%

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

R = 17.67%
G = 59.07%
B = 23.26%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.61

 K value IS 0.50

RGB Variations

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

Color information

#267F32 (or 0x267F32) is known color: Japanese Laurel. HEX triplet: 26, 7F and 32. RGB value is (38,127,50). Sum of RGB (Red+Green+Blue) = 38+127+50=215 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.67% from 215); Green value is 127 (50% from 255 or 59.07% from 215); Blue value is 50 (19.92% from 255 or 23.26% from 215); Max value from RGB is 127 - color contains mainly: green. Hex color #267F32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267F32 is #D980CD. Grayscale: #5B5B5B. Windows color (decimal): -14254286 or 3309350. OLE color: 3309350.

HSL color Cylindrical-coordinate representation of color #267F32: hue angle of 128.09º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #267F32 is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.50.

Color convert

RGB 38 127 50 -
CMYK 0.70 0 0.61 0.50
HSL 128.09º 0.54% 0.32% -
HSV(B) 128.09º 0.7% 0.5% -
XYZ 8.96 15.82 5.6 -
YUV 91.61 104.51 89.76 -
System Red Green Blue C M Y K H S L
Decimal 38 127 50 0.70 0 0.61 0.50 128.09 0.54 0.32
Hex 26 7F 32 46 0 3D 32 80 36 20
Octal 46 177 62 106 0 75 62 200 66 40
Binary 100110 1111111 110010 1000110 0 111101 110010 10000000 110110 100000

Color Harmonies of #267F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267F32

Black with #267F32

Text Example


Text Example

White with #267F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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