Html Css Color HEX #267528 Japanese Laurel

📋 copy color: '#267528'

red 38 ◦ green 117 ◦ blue 40

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

Shades of Japanese Laurel #267528

Tints of Japanese Laurel #267528

RGB

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

 GREEN value IS 117 (46.09% from 255) = 60%

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

R = 19.49%
G = 60%
B = 20.51%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#267528 (or 0x267528) is known color: Japanese Laurel. HEX triplet: 26, 75 and 28. RGB value is (38,117,40). Sum of RGB (Red+Green+Blue) = 38+117+40=195 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.49% from 195); Green value is 117 (46.09% from 255 or 60% from 195); Blue value is 40 (16.02% from 255 or 20.51% from 195); Max value from RGB is 117 - color contains mainly: green. Hex color #267528 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267528 is #D98AD7. Grayscale: #545454. Windows color (decimal): -14256856 or 2651430. OLE color: 2651430.

HSL color Cylindrical-coordinate representation of color #267528: hue angle of 121.52º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #267528 is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB 38 117 40 -
CMYK 0.68 0 0.66 0.54
HSL 121.52º 0.51% 0.3% -
HSV(B) 121.52º 0.68% 0.46% -
XYZ 7.54 13.29 4.17 -
YUV 84.6 102.83 94.76 -
System Red Green Blue C M Y K H S L
Decimal 38 117 40 0.68 0 0.66 0.54 121.52 0.51 0.3
Hex 26 75 28 44 0 42 36 7A 33 1E
Octal 46 165 50 104 0 102 66 172 63 36
Binary 100110 1110101 101000 1000100 0 1000010 110110 1111010 110011 11110

Color Harmonies of #267528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267528

Black with #267528

Text Example


Text Example

White with #267528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267528; }

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

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

background-color css

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

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

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

border-color css

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

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

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