Html Css Color HEX #267F34 Japanese Laurel

📋 copy color: '#267F34'

red 38 ◦ green 127 ◦ blue 52

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

Shades of Japanese Laurel #267F34

Tints of Japanese Laurel #267F34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 23.96%

R = 17.51%
G = 58.53%
B = 23.96%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#267F34 (or 0x267F34) is known color: Japanese Laurel. HEX triplet: 26, 7F and 34. RGB value is (38,127,52). Sum of RGB (Red+Green+Blue) = 38+127+52=217 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.51% from 217); Green value is 127 (50% from 255 or 58.53% from 217); Blue value is 52 (20.70% from 255 or 23.96% from 217); Max value from RGB is 127 - color contains mainly: green. Hex color #267F34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267F34 is #D980CB. Grayscale: #5C5C5C. Windows color (decimal): -14254284 or 3440422. OLE color: 3440422.

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

Color convert

RGB 38 127 52 -
CMYK 0.70 0 0.59 0.50
HSL 129.44º 0.54% 0.32% -
HSV(B) 129.44º 0.7% 0.5% -
XYZ 9.01 15.84 5.83 -
YUV 91.84 105.51 89.6 -
System Red Green Blue C M Y K H S L
Decimal 38 127 52 0.70 0 0.59 0.50 129.44 0.54 0.32
Hex 26 7F 34 46 0 3B 32 81 36 20
Octal 46 177 64 106 0 73 62 201 66 40
Binary 100110 1111111 110100 1000110 0 111011 110010 10000001 110110 100000

Color Harmonies of #267F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267F34

Black with #267F34

Text Example


Text Example

White with #267F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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