Html Css Color HEX #267F2D Japanese Laurel

📋 copy color: '#267F2D'

red 38 ◦ green 127 ◦ blue 45

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

Shades of Japanese Laurel #267F2D

Tints of Japanese Laurel #267F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 21.43%

R = 18.1%
G = 60.48%
B = 21.43%

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

#267F2D (or 0x267F2D) is known color: Japanese Laurel. HEX triplet: 26, 7F and 2D. RGB value is (38,127,45). Sum of RGB (Red+Green+Blue) = 38+127+45=210 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.10% from 210); Green value is 127 (50% from 255 or 60.48% from 210); Blue value is 45 (17.97% from 255 or 21.43% from 210); Max value from RGB is 127 - color contains mainly: green. Hex color #267F2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267F2D is #D980D2. Grayscale: #5B5B5B. Windows color (decimal): -14254291 or 2981670. OLE color: 2981670.

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

Color convert

RGB 38 127 45 -
CMYK 0.70 0 0.65 0.50
HSL 124.72º 0.54% 0.32% -
HSV(B) 124.72º 0.7% 0.5% -
XYZ 8.86 15.78 5.06 -
YUV 91.04 102.01 90.17 -
System Red Green Blue C M Y K H S L
Decimal 38 127 45 0.70 0 0.65 0.50 124.72 0.54 0.32
Hex 26 7F 2D 46 0 41 32 7D 36 20
Octal 46 177 55 106 0 101 62 175 66 40
Binary 100110 1111111 101101 1000110 0 1000001 110010 1111101 110110 100000

Color Harmonies of #267F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267F2D

Black with #267F2D

Text Example


Text Example

White with #267F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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