Html Css Color HEX #267625 Japanese Laurel

📋 copy color: '#267625'

red 38 ◦ green 118 ◦ blue 37

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

Shades of Japanese Laurel #267625

Tints of Japanese Laurel #267625

RGB

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

 GREEN value IS 118 (46.48% from 255) = 61.14%

 BLUE value IS 37 (14.84% from 255) = 19.17%

R = 19.69%
G = 61.14%
B = 19.17%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#267625 (or 0x267625) is known color: Japanese Laurel. HEX triplet: 26, 76 and 25. RGB value is (38,118,37). Sum of RGB (Red+Green+Blue) = 38+118+37=193 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.69% from 193); Green value is 118 (46.48% from 255 or 61.14% from 193); Blue value is 37 (14.84% from 255 or 19.17% from 193); Max value from RGB is 118 - color contains mainly: green. Hex color #267625 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267625 is #D989DA. Grayscale: #555555. Windows color (decimal): -14256603 or 2455078. OLE color: 2455078.

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

Color convert

RGB 38 118 37 -
CMYK 0.68 0 0.69 0.54
HSL 119.26º 0.52% 0.3% -
HSV(B) 119.26º 0.69% 0.46% -
XYZ 7.61 13.5 3.96 -
YUV 84.85 101 94.59 -
System Red Green Blue C M Y K H S L
Decimal 38 118 37 0.68 0 0.69 0.54 119.26 0.52 0.3
Hex 26 76 25 44 0 45 36 77 34 1E
Octal 46 166 45 104 0 105 66 167 64 36
Binary 100110 1110110 100101 1000100 0 1000101 110110 1110111 110100 11110

Color Harmonies of #267625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267625

Black with #267625

Text Example


Text Example

White with #267625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267625; }

 p { color: rgb(38,118,37); }

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

background-color css

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

 a { background-color: rgb(38,118,37); }

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

border-color css

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

 span { border-color: rgb(38,118,37); }

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