Html Css Color HEX #267C33 Japanese Laurel

📋 copy color: '#267C33'

red 38 ◦ green 124 ◦ blue 51

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

Shades of Japanese Laurel #267C33

Tints of Japanese Laurel #267C33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 23.94%

R = 17.84%
G = 58.22%
B = 23.94%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.59

 K value IS 0.51

RGB Variations

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

Color information

#267C33 (or 0x267C33) is known color: Japanese Laurel. HEX triplet: 26, 7C and 33. RGB value is (38,124,51). Sum of RGB (Red+Green+Blue) = 38+124+51=213 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.84% from 213); Green value is 124 (48.83% from 255 or 58.22% from 213); Blue value is 51 (20.31% from 255 or 23.94% from 213); Max value from RGB is 124 - color contains mainly: green. Hex color #267C33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267C33 is #D983CC. Grayscale: #5A5A5A. Windows color (decimal): -14255053 or 3374118. OLE color: 3374118.

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

Color convert

RGB 38 124 51 -
CMYK 0.69 0 0.59 0.51
HSL 129.07º 0.53% 0.32% -
HSV(B) 129.07º 0.69% 0.49% -
XYZ 8.6 15.07 5.59 -
YUV 89.96 106.01 90.94 -
System Red Green Blue C M Y K H S L
Decimal 38 124 51 0.69 0 0.59 0.51 129.07 0.53 0.32
Hex 26 7C 33 45 0 3B 33 81 35 20
Octal 46 174 63 105 0 73 63 201 65 40
Binary 100110 1111100 110011 1000101 0 111011 110011 10000001 110101 100000

Color Harmonies of #267C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267C33

Black with #267C33

Text Example


Text Example

White with #267C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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