Html Css Color HEX #267F3A Japanese Laurel

📋 copy color: '#267F3A'

red 38 ◦ green 127 ◦ blue 58

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

Shades of Japanese Laurel #267F3A

Tints of Japanese Laurel #267F3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 26.01%

R = 17.04%
G = 56.95%
B = 26.01%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.54

 K value IS 0.50

RGB Variations

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

Color information

#267F3A (or 0x267F3A) is known color: Japanese Laurel. HEX triplet: 26, 7F and 3A. RGB value is (38,127,58). Sum of RGB (Red+Green+Blue) = 38+127+58=223 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.04% from 223); Green value is 127 (50% from 255 or 56.95% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 127 - color contains mainly: green. Hex color #267F3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267F3A is #D980C5. Grayscale: #5C5C5C. Windows color (decimal): -14254278 or 3833638. OLE color: 3833638.

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

Color convert

RGB 38 127 58 -
CMYK 0.70 0 0.54 0.50
HSL 133.48º 0.54% 0.32% -
HSV(B) 133.48º 0.7% 0.5% -
XYZ 9.15 15.9 6.59 -
YUV 92.52 108.51 89.11 -
System Red Green Blue C M Y K H S L
Decimal 38 127 58 0.70 0 0.54 0.50 133.48 0.54 0.32
Hex 26 7F 3A 46 0 36 32 85 36 20
Octal 46 177 72 106 0 66 62 205 66 40
Binary 100110 1111111 111010 1000110 0 110110 110010 10000101 110110 100000

Color Harmonies of #267F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267F3A

Black with #267F3A

Text Example


Text Example

White with #267F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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