Html Css Color HEX #267D2D Japanese Laurel

📋 copy color: '#267D2D'

red 38 ◦ green 125 ◦ blue 45

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

Shades of Japanese Laurel #267D2D

Tints of Japanese Laurel #267D2D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 60.1%

 BLUE value IS 45 (17.97% from 255) = 21.63%

R = 18.27%
G = 60.1%
B = 21.63%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.64

 K value IS 0.51

RGB Variations

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

Color information

#267D2D (or 0x267D2D) is known color: Japanese Laurel. HEX triplet: 26, 7D and 2D. RGB value is (38,125,45). Sum of RGB (Red+Green+Blue) = 38+125+45=208 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.27% from 208); Green value is 125 (49.22% from 255 or 60.10% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 125 - color contains mainly: green. Hex color #267D2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267D2D is #D982D2. Grayscale: #5A5A5A. Windows color (decimal): -14254803 or 2981158. OLE color: 2981158.

HSL color Cylindrical-coordinate representation of color #267D2D: hue angle of 124.83º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #267D2D is Cyan = 0.70, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.51.

Color convert

RGB 38 125 45 -
CMYK 0.70 0 0.64 0.51
HSL 124.83º 0.53% 0.32% -
HSV(B) 124.83º 0.7% 0.49% -
XYZ 8.61 15.27 4.98 -
YUV 89.87 102.68 91 -
System Red Green Blue C M Y K H S L
Decimal 38 125 45 0.70 0 0.64 0.51 124.83 0.53 0.32
Hex 26 7D 2D 46 0 40 33 7D 35 20
Octal 46 175 55 106 0 100 63 175 65 40
Binary 100110 1111101 101101 1000110 0 1000000 110011 1111101 110101 100000

Color Harmonies of #267D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267D2D

Black with #267D2D

Text Example


Text Example

White with #267D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,125,45); }

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

background-color css

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

 a { background-color: rgb(38,125,45); }

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

border-color css

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

 span { border-color: rgb(38,125,45); }

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