Html Css Color HEX #267D2C Japanese Laurel

📋 copy color: '#267D2C'

red 38 ◦ green 125 ◦ blue 44

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

Shades of Japanese Laurel #267D2C

Tints of Japanese Laurel #267D2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 21.26%

R = 18.36%
G = 60.39%
B = 21.26%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.65

 K value IS 0.51

RGB Variations

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

Color information

#267D2C (or 0x267D2C) is known color: Japanese Laurel. HEX triplet: 26, 7D and 2C. RGB value is (38,125,44). Sum of RGB (Red+Green+Blue) = 38+125+44=207 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.36% from 207); Green value is 125 (49.22% from 255 or 60.39% from 207); Blue value is 44 (17.58% from 255 or 21.26% from 207); Max value from RGB is 125 - color contains mainly: green. Hex color #267D2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267D2C is #D982D3. Grayscale: #595959. Windows color (decimal): -14254804 or 2915622. OLE color: 2915622.

HSL color Cylindrical-coordinate representation of color #267D2C: hue angle of 124.14º 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 #267D2C is Cyan = 0.70, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.

Color convert

RGB 38 125 44 -
CMYK 0.70 0 0.65 0.51
HSL 124.14º 0.53% 0.32% -
HSV(B) 124.14º 0.7% 0.49% -
XYZ 8.59 15.26 4.88 -
YUV 89.75 102.18 91.09 -
System Red Green Blue C M Y K H S L
Decimal 38 125 44 0.70 0 0.65 0.51 124.14 0.53 0.32
Hex 26 7D 2C 46 0 41 33 7C 35 20
Octal 46 175 54 106 0 101 63 174 65 40
Binary 100110 1111101 101100 1000110 0 1000001 110011 1111100 110101 100000

Color Harmonies of #267D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267D2C

Black with #267D2C

Text Example


Text Example

White with #267D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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