Html Css Color HEX #267728 Japanese Laurel

📋 copy color: '#267728'

red 38 ◦ green 119 ◦ blue 40

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

Shades of Japanese Laurel #267728

Tints of Japanese Laurel #267728

RGB

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

 GREEN value IS 119 (46.88% from 255) = 60.41%

 BLUE value IS 40 (16.02% from 255) = 20.3%

R = 19.29%
G = 60.41%
B = 20.3%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#267728 (or 0x267728) is known color: Japanese Laurel. HEX triplet: 26, 77 and 28. RGB value is (38,119,40). Sum of RGB (Red+Green+Blue) = 38+119+40=197 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.29% from 197); Green value is 119 (46.88% from 255 or 60.41% from 197); Blue value is 40 (16.02% from 255 or 20.30% from 197); Max value from RGB is 119 - color contains mainly: green. Hex color #267728 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267728 is #D988D7. Grayscale: #565656. Windows color (decimal): -14256344 or 2651942. OLE color: 2651942.

HSL color Cylindrical-coordinate representation of color #267728: hue angle of 121.48º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #267728 is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB 38 119 40 -
CMYK 0.68 0 0.66 0.53
HSL 121.48º 0.52% 0.31% -
HSV(B) 121.48º 0.68% 0.47% -
XYZ 7.78 13.76 4.25 -
YUV 85.78 102.16 93.92 -
System Red Green Blue C M Y K H S L
Decimal 38 119 40 0.68 0 0.66 0.53 121.48 0.52 0.31
Hex 26 77 28 44 0 42 35 79 34 1F
Octal 46 167 50 104 0 102 65 171 64 37
Binary 100110 1110111 101000 1000100 0 1000010 110101 1111001 110100 11111

Color Harmonies of #267728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267728

Black with #267728

Text Example


Text Example

White with #267728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267728; }

 p { color: rgb(38,119,40); }

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

background-color css

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

 a { background-color: rgb(38,119,40); }

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

border-color css

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

 span { border-color: rgb(38,119,40); }

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