Html Css Color HEX #267F2C Japanese Laurel

📋 copy color: '#267F2C'

red 38 ◦ green 127 ◦ blue 44

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

Shades of Japanese Laurel #267F2C

Tints of Japanese Laurel #267F2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 21.05%

R = 18.18%
G = 60.77%
B = 21.05%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.65

 K value IS 0.50

RGB Variations

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

Color information

#267F2C (or 0x267F2C) is known color: Japanese Laurel. HEX triplet: 26, 7F and 2C. RGB value is (38,127,44). Sum of RGB (Red+Green+Blue) = 38+127+44=209 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.18% from 209); Green value is 127 (50% from 255 or 60.77% from 209); Blue value is 44 (17.58% from 255 or 21.05% from 209); Max value from RGB is 127 - color contains mainly: green. Hex color #267F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267F2C is #D980D3. Grayscale: #5B5B5B. Windows color (decimal): -14254292 or 2916134. OLE color: 2916134.

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

Color convert

RGB 38 127 44 -
CMYK 0.70 0 0.65 0.50
HSL 124.04º 0.54% 0.32% -
HSV(B) 124.04º 0.7% 0.5% -
XYZ 8.84 15.77 4.96 -
YUV 90.93 101.51 90.25 -
System Red Green Blue C M Y K H S L
Decimal 38 127 44 0.70 0 0.65 0.50 124.04 0.54 0.32
Hex 26 7F 2C 46 0 41 32 7C 36 20
Octal 46 177 54 106 0 101 62 174 66 40
Binary 100110 1111111 101100 1000110 0 1000001 110010 1111100 110110 100000

Color Harmonies of #267F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267F2C

Black with #267F2C

Text Example


Text Example

White with #267F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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