Html Css Color HEX #267C2D Japanese Laurel

📋 copy color: '#267C2D'

red 38 ◦ green 124 ◦ blue 45

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

Shades of Japanese Laurel #267C2D

Tints of Japanese Laurel #267C2D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 59.9%

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

R = 18.36%
G = 59.9%
B = 21.74%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.64

 K value IS 0.51

RGB Variations

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

Color information

#267C2D (or 0x267C2D) is known color: Japanese Laurel. HEX triplet: 26, 7C and 2D. RGB value is (38,124,45). Sum of RGB (Red+Green+Blue) = 38+124+45=207 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.36% from 207); Green value is 124 (48.83% from 255 or 59.90% from 207); Blue value is 45 (17.97% from 255 or 21.74% from 207); Max value from RGB is 124 - color contains mainly: green. Hex color #267C2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267C2D is #D983D2. Grayscale: #595959. Windows color (decimal): -14255059 or 2980902. OLE color: 2980902.

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

Color convert

RGB 38 124 45 -
CMYK 0.69 0 0.64 0.51
HSL 124.88º 0.53% 0.32% -
HSV(B) 124.88º 0.69% 0.49% -
XYZ 8.48 15.02 4.93 -
YUV 89.28 103.01 91.42 -
System Red Green Blue C M Y K H S L
Decimal 38 124 45 0.69 0 0.64 0.51 124.88 0.53 0.32
Hex 26 7C 2D 45 0 40 33 7D 35 20
Octal 46 174 55 105 0 100 63 175 65 40
Binary 100110 1111100 101101 1000101 0 1000000 110011 1111101 110101 100000

Color Harmonies of #267C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267C2D

Black with #267C2D

Text Example


Text Example

White with #267C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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